Skip to content

Commit ddd6142

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[ostream.inserters.arithmetic] Fix indentation
1 parent c3890ea commit ddd6142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6433,7 +6433,7 @@
64336433
the formatting conversion occurs as if it performed the following code fragment:
64346434
\begin{codeblock}
64356435
bool failed = use_facet<num_put<charT, ostreambuf_iterator<charT, traits>>>(
6436-
getloc()).put(*this, *this, fill(), val).failed();
6436+
getloc()).put(*this, *this, fill(), val).failed();
64376437
\end{codeblock}
64386438

64396439
When \tcode{val} is of type

0 commit comments

Comments
 (0)