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.tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/ash_test/ash-arith/arith.tests') 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 )) #ash# echo 10 $(( 32#a )) #ash# echo 10 $(( 56#a )) #ash# echo 10 $(( 64#a )) -#ash# +#ash# #ash# echo 10 $(( 16#A )) #ash# echo 10 $(( 32#A )) #ash# echo 36 $(( 56#A )) #ash# echo 36 $(( 64#A )) -#ash# +#ash# #ash# echo 62 $(( 64#@ )) #ash# echo 63 $(( 64#_ )) -- cgit v1.2.3