summaryrefslogtreecommitdiff
path: root/test_inputs/codegen/pldi2012/figure7_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_inputs/codegen/pldi2012/figure7_c.c')
-rw-r--r--test_inputs/codegen/pldi2012/figure7_c.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_inputs/codegen/pldi2012/figure7_c.c b/test_inputs/codegen/pldi2012/figure7_c.c
index b372c862..d1ce579a 100644
--- a/test_inputs/codegen/pldi2012/figure7_c.c
+++ b/test_inputs/codegen/pldi2012/figure7_c.c
@@ -1,4 +1,4 @@
-for (int c0 = 1; c0 <= 100; c0 += 1)
+for (int c0 = 1; c0 <= 100; c0 += 1) {
if (n >= 2) {
s0(c0);
for (int c1 = 1; c1 <= 100; c1 += 1) {
@@ -8,3 +8,4 @@ for (int c0 = 1; c0 <= 100; c0 += 1)
} else
for (int c1 = 1; c1 <= 100; c1 += 1)
s2(c0, c1);
+}