Fixing whitespace problems

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111769 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2010-08-22 01:04:38 +00:00
parent c52f43e72d
commit d2bb032075
4 changed files with 14 additions and 17 deletions

View File

@@ -52,7 +52,7 @@ fi
if [ -z "$OPTIONS" ]
then
OPTIONS="-nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch `arch`"
OPTIONS="-nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch `arch`"
fi
FAIL=0
@@ -78,7 +78,7 @@ function afunc
fi
done
fi
if (ls *.pass.cpp &> /dev/null)
then
for FILE in $(ls *.pass.cpp); do