Skip to content

Commit

Permalink
Fix trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
zygoloid committed Mar 29, 2018
1 parent c6a6188 commit bcd068c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6695,7 +6695,7 @@
If \tcode{os.rdbuf()} is a
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
calls \tcode{buf->set_emit_on_sync(true)}.
Otherwise this manipulator has no effect.
Otherwise this manipulator has no effect.
\begin{note}
To work around the issue that the
\tcode{Allocator} template argument can not be deduced,
Expand All @@ -6720,7 +6720,7 @@
If \tcode{os.rdbuf()} is a
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
calls \tcode{buf->set_emit_on_sync(false)}.
Otherwise this manipulator has no effect.
Otherwise this manipulator has no effect.

\pnum
\returns
Expand All @@ -6738,9 +6738,9 @@
\effects
\tcode{os.flush()}.
Then, if \tcode{os.rdbuf()} is a
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
calls \tcode{buf->emit()}.
\tcode{basic_osyncbuf<charT, traits, Allocator>*} \tcode{buf},
calls \tcode{buf->emit()}.

\pnum
\returns
\tcode{os}.
Expand Down

0 comments on commit bcd068c

Please sign in to comment.