Skip to content

Commit 6eb72ed

Browse files
authored
[vector.data] Remove superfluous whitespaces (#7610)
1 parent 1d49b05 commit 6eb72ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9095,8 +9095,8 @@
90959095

90969096
\indexlibrarymember{data}{vector}%
90979097
\begin{itemdecl}
9098-
constexpr T* data() noexcept;
9099-
constexpr const T* data() const noexcept;
9098+
constexpr T* data() noexcept;
9099+
constexpr const T* data() const noexcept;
91009100
\end{itemdecl}
91019101

91029102
\begin{itemdescr}

0 commit comments

Comments
 (0)