From 0699d2dd500946e414a06541e9a030bb6d46d7c6 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 19 Dec 2019 00:45:59 +0100 Subject: [PATCH] [stmt.cont] Fix formatting. --- source/statements.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/source/statements.tex b/source/statements.tex index e67bb1cdcb..b27eba98e0 100644 --- a/source/statements.tex +++ b/source/statements.tex @@ -769,6 +769,7 @@ and causes control to pass to the loop-continuation portion of the smallest enclosing \grammarterm{iteration-statement}, that is, to the end of the loop. More precisely, in each of the statements + \begin{minipage}{.30\hsize} \begin{codeblock} while (foo) {