aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/simple_array.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/simple_array.i')
-rw-r--r--Examples/test-suite/simple_array.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/simple_array.i b/Examples/test-suite/simple_array.i
index 6ddc43678..df3af9272 100644
--- a/Examples/test-suite/simple_array.i
+++ b/Examples/test-suite/simple_array.i
@@ -31,7 +31,7 @@ initArray()
y[i] = ((double) i)/ ((double) n);
n = sizeof(bars)/sizeof(bars[0]);
- for(i = 0; i < n; i++) {
+ for(i = 0; i < n; i++) {
bars[i].i = x[i+2];
bars[i].d = y[i+2];
}