Skip to content

Commit f5f4b97

Browse files
Eelisjwakely
authored andcommitted
Remove stray whitespace after opening parentheses. (#1364)
1 parent ee154f9 commit f5f4b97

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

source/iostreams.tex

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6455,9 +6455,8 @@
64556455
\begin{itemdescr}
64566456
\pnum
64576457
\effects
6458-
Behaves as a formatted output function
6459-
(~\ref{ostream.formatted.reqmts}) of \tcode{out}.
6460-
Constructs a character sequence \tcode{seq}.
6458+
Behaves as a formatted output function~(\ref{ostream.formatted.reqmts})
6459+
of \tcode{out}. Constructs a character sequence \tcode{seq}.
64616460
If \tcode{c} has type
64626461
\tcode{char}
64636462
and the character type of the stream is not
@@ -8856,8 +8855,7 @@
88568855
\tcode{basic_streambuf<charT, traits>::underflow()},
88578856
with the specialization that a sequence of characters is read from the input
88588857
sequence as if by reading from the associated file
8859-
into an internal buffer (
8860-
\tcode{extern_buf})
8858+
into an internal buffer (\tcode{extern_buf})
88618859
and then as if by doing:
88628860

88638861
\begin{codeblock}

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15881,7 +15881,7 @@
1588115881
\tcode{is_constructible_v<T,}\br
1588215882
\tcode{Args...>} is \tcode{true} and the variable
1588315883
definition for \tcode{is_constructible}, as defined below, is known to call
15884-
no operation that is not trivial (~\ref{basic.types},~\ref{special}). &
15884+
no operation that is not trivial~(\ref{basic.types},~\ref{special}). &
1588515885
\tcode{T} and all types in the parameter pack \tcode{Args} shall be complete types,
1588615886
\cv{}~\tcode{void}, or arrays of unknown bound. \\ \rowsep
1588715887

0 commit comments

Comments
 (0)