From bcd068cb827ce9399c54eaff8fd7ccf30e6cfba0 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 28 Mar 2018 16:35:58 -0700 Subject: [PATCH] Fix trailing whitespace. --- source/iostreams.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index dfb5339f1f..1bd75fcc9f 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -6695,7 +6695,7 @@ If \tcode{os.rdbuf()} is a \tcode{basic_osyncbuf*} \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, @@ -6720,7 +6720,7 @@ If \tcode{os.rdbuf()} is a \tcode{basic_osyncbuf*} \tcode{buf}, calls \tcode{buf->set_emit_on_sync(false)}. -Otherwise this manipulator has no effect. +Otherwise this manipulator has no effect. \pnum \returns @@ -6738,9 +6738,9 @@ \effects \tcode{os.flush()}. Then, if \tcode{os.rdbuf()} is a -\tcode{basic_osyncbuf*} \tcode{buf}, -calls \tcode{buf->emit()}. - +\tcode{basic_osyncbuf*} \tcode{buf}, +calls \tcode{buf->emit()}. + \pnum \returns \tcode{os}.