Skip to content

Commit 61be6a5

Browse files
authored
[stringbuf.cons] Fix whitespace around reference declarators (#6760)
1 parent 7ddcd43 commit 61be6a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8081,7 +8081,7 @@
80818081

80828082
\indexlibraryctor{basic_stringbuf}%
80838083
\begin{itemdecl}
8084-
basic_stringbuf(ios_base::openmode which, const Allocator &a);
8084+
basic_stringbuf(ios_base::openmode which, const Allocator& a);
80858085
\end{itemdecl}
80868086

80878087
\begin{itemdescr}
@@ -8119,7 +8119,7 @@
81198119
template<class SAlloc>
81208120
basic_stringbuf(
81218121
const basic_string<charT, traits, SAlloc>& s,
8122-
ios_base::openmode which, const Allocator &a);
8122+
ios_base::openmode which, const Allocator& a);
81238123
\end{itemdecl}
81248124

81258125
\begin{itemdescr}

0 commit comments

Comments
 (0)