summaryrefslogtreecommitdiff
path: root/test_inputs/codegen/omega/m8-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_inputs/codegen/omega/m8-1.c')
-rw-r--r--test_inputs/codegen/omega/m8-1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_inputs/codegen/omega/m8-1.c b/test_inputs/codegen/omega/m8-1.c
index a36f516e..51c77dae 100644
--- a/test_inputs/codegen/omega/m8-1.c
+++ b/test_inputs/codegen/omega/m8-1.c
@@ -1,4 +1,4 @@
-for (int c0 = 2; c0 <= 8; c0 += 2)
+for (int c0 = 2; c0 <= 8; c0 += 2) {
if (c0 % 4 == 0) {
for (int c1 = 1; c1 <= 9; c1 += 1) {
s0(c1, c0);
@@ -7,3 +7,4 @@ for (int c0 = 2; c0 <= 8; c0 += 2)
} else
for (int c1 = 1; c1 <= 9; c1 += 1)
s1(c1, c0);
+}