commit | c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Mar 20 11:30:28 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Mar 20 11:30:28 2007 +0000 |
tree | 90608280101218f60c7d9181b913e92ba895799d | |
parent | e84aeb5bcb1a8398fce53aad9c0072ad73a8b5c9 [diff] [blame] |
fix accumulated whitespace and indentation damage
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