From c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 20 Mar 2007 11:30:28 +0000 Subject: fix accumulated whitespace and indentation damage --- shell/ash_test/ash-arith/arith-for.right | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/ash_test/ash-arith/arith-for.right') diff --git a/shell/ash_test/ash-arith/arith-for.right b/shell/ash_test/ash-arith/arith-for.right index 4494110..88dbc15 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 -- cgit v1.1