remove trialing spaces #2

This commit is contained in:
Grissiom
2010-09-18 10:18:26 +08:00
parent f529b2e057
commit 70322077d2
127 changed files with 1457 additions and 1457 deletions

View File

@@ -62,9 +62,9 @@ end
# Test that scope is preserved in double blocks
for i in 1
for i in 1
set t6 $i
for j in a
for j in a
if test $t6$j = 1a
echo Test 6 pass
else
@@ -105,7 +105,7 @@ end
# Test if exported variables go out of scope
if test (../fish -c "echo $t8")
if test (../fish -c "echo $t8")
echo Test 9 fail
else
echo Test 9 pass