diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-20 11:30:28 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-20 11:30:28 +0000 |
commit | c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0 (patch) | |
tree | 90608280101218f60c7d9181b913e92ba895799d /shell/ash_test/ash-arith/arith.tests | |
parent | e84aeb5bcb1a8398fce53aad9c0072ad73a8b5c9 (diff) | |
download | busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.gz busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.tar.bz2 busybox-w32-c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0.zip |
fix accumulated whitespace and indentation damage
Diffstat (limited to 'shell/ash_test/ash-arith/arith.tests')
-rwxr-xr-x | shell/ash_test/ash-arith/arith.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash_test/ash-arith/arith.tests b/shell/ash_test/ash-arith/arith.tests index 272fc3487..d65758e7d 100755 --- a/shell/ash_test/ash-arith/arith.tests +++ b/shell/ash_test/ash-arith/arith.tests | |||
@@ -144,12 +144,12 @@ echo 40 $(( 8 ^ 32 )) | |||
144 | #ash# echo 10 $(( 32#a )) | 144 | #ash# echo 10 $(( 32#a )) |
145 | #ash# echo 10 $(( 56#a )) | 145 | #ash# echo 10 $(( 56#a )) |
146 | #ash# echo 10 $(( 64#a )) | 146 | #ash# echo 10 $(( 64#a )) |
147 | #ash# | 147 | #ash# |
148 | #ash# echo 10 $(( 16#A )) | 148 | #ash# echo 10 $(( 16#A )) |
149 | #ash# echo 10 $(( 32#A )) | 149 | #ash# echo 10 $(( 32#A )) |
150 | #ash# echo 36 $(( 56#A )) | 150 | #ash# echo 36 $(( 56#A )) |
151 | #ash# echo 36 $(( 64#A )) | 151 | #ash# echo 36 $(( 64#A )) |
152 | #ash# | 152 | #ash# |
153 | #ash# echo 62 $(( 64#@ )) | 153 | #ash# echo 62 $(( 64#@ )) |
154 | #ash# echo 63 $(( 64#_ )) | 154 | #ash# echo 63 $(( 64#_ )) |
155 | 155 | ||