Skip to content

Commit bcd068c

Browse files
committed
Fix trailing whitespace.
1 parent c6a6188 commit bcd068c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/iostreams.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -6695,7 +6695,7 @@
66956695
If \tcode{os.rdbuf()} is a
66966696
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
66976697
calls \tcode{buf->set_emit_on_sync(true)}.
6698-
Otherwise this manipulator has no effect.
6698+
Otherwise this manipulator has no effect.
66996699
\begin{note}
67006700
To work around the issue that the
67016701
\tcode{Allocator} template argument can not be deduced,
@@ -6720,7 +6720,7 @@
67206720
If \tcode{os.rdbuf()} is a
67216721
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
67226722
calls \tcode{buf->set_emit_on_sync(false)}.
6723-
Otherwise this manipulator has no effect.
6723+
Otherwise this manipulator has no effect.
67246724

67256725
\pnum
67266726
\returns
@@ -6738,9 +6738,9 @@
67386738
\effects
67396739
\tcode{os.flush()}.
67406740
Then, if \tcode{os.rdbuf()} is a
6741-
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
6742-
calls \tcode{buf->emit()}.
6743-
6741+
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
6742+
calls \tcode{buf->emit()}.
6743+
67446744
\pnum
67456745
\returns
67466746
\tcode{os}.

0 commit comments

Comments
 (0)