aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith/arith-for.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/ash-arith/arith-for.right')
-rw-r--r--shell/ash_test/ash-arith/arith-for.right4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash_test/ash-arith/arith-for.right b/shell/ash_test/ash-arith/arith-for.right
index 44941103f..88dbc15fa 100644
--- a/shell/ash_test/ash-arith/arith-for.right
+++ b/shell/ash_test/ash-arith/arith-for.right
@@ -11,8 +11,8 @@
2
4
fx is a function
-fx ()
-{
+fx ()
+{
i=0;
for ((1; i < 3; i++ ))
do