Skip to content

Commit

Permalink
[ostream.inserters.arithmetic] Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored and tkoeppe committed Oct 2, 2024
1 parent c3890ea commit ddd6142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6433,7 +6433,7 @@
the formatting conversion occurs as if it performed the following code fragment:
\begin{codeblock}
bool failed = use_facet<num_put<charT, ostreambuf_iterator<charT, traits>>>(
getloc()).put(*this, *this, fill(), val).failed();
getloc()).put(*this, *this, fill(), val).failed();
\end{codeblock}

When \tcode{val} is of type
Expand Down

0 comments on commit ddd6142

Please sign in to comment.