Skip to content

Commit 4b07ece

Browse files
committed
[stmt.for] Whitespace in "while (true)".
While we don't usually care for specific formatting in the core language, it seems valuable to allow us to stick to (and check for) a fixed style for the control flow statements throughout the document.
1 parent 976727f commit 4b07ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/statements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
and the \grammarterm{expression} can be omitted.
696696
A missing \grammarterm{condition}
697697
makes the implied \keyword{while} clause
698-
equivalent to \tcode{while(true)}.
698+
equivalent to \tcode{while (true)}.
699699

700700
\rSec2[stmt.ranged]{The range-based \keyword{for} statement}%
701701
\indextext{statement!range based for@range based \tcode{for}}

0 commit comments

Comments
 (0)