From 72091b827a51e62bd2c301965e2ba223ab979059 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 12 May 2026 09:41:32 +0100 Subject: [PATCH] [istream.formatted.arithmetic] remove unnecessary whitespace in codeblocks --- source/iostreams.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index 3320a770af..615ea941ed 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -4766,7 +4766,7 @@ } else if (numeric_limits::max() < lval) { state |= ios_base::failbit; val = numeric_limits::max(); -} else +} else val = static_cast(lval); \end{codeblock} \end{itemdescr} @@ -4790,7 +4790,7 @@ } else if (numeric_limits::max() < lval) { state |= ios_base::failbit; val = numeric_limits::max(); -} else +} else val = static_cast(lval); \end{codeblock} \end{itemdescr}