Skip to content

Commit df172b4

Browse files
committed
Remove stray whitespace after opening parentheses.
1 parent 08fda7e commit df172b4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

source/iostreams.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6456,7 +6456,7 @@
64566456
\pnum
64576457
\effects
64586458
Behaves as a formatted output function
6459-
(~\ref{ostream.formatted.reqmts}) of \tcode{out}.
6459+
(\ref{ostream.formatted.reqmts}) of \tcode{out}.
64606460
Constructs a character sequence \tcode{seq}.
64616461
If \tcode{c} has type
64626462
\tcode{char}
@@ -8856,8 +8856,7 @@
88568856
\tcode{basic_streambuf<charT, traits>::underflow()},
88578857
with the specialization that a sequence of characters is read from the input
88588858
sequence as if by reading from the associated file
8859-
into an internal buffer (
8860-
\tcode{extern_buf})
8859+
into an internal buffer (\tcode{extern_buf})
88618860
and then as if by doing:
88628861

88638862
\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)