[Fix] Correct most of the wrong indentation

Peter Dave Hello 2018-02-26 02:20:21 +08:00 committed by Jordan Harband
parent 5f53caadad
commit 750571056c
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
7 changed files with 55 additions and 55 deletions

View File

@ -2,4 +2,4 @@ if [ "_$1" = "_-m" ]; then
echo "x86_64" echo "x86_64"
else else
echo "Darwin foo.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64" echo "Darwin foo.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64"
fi fi

View File

@ -2,4 +2,4 @@ if [ "_$1" = "_-m" ]; then
echo "i386" echo "i386"
else else
echo "Darwin foo.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_I386 i386" echo "Darwin foo.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_I386 i386"
fi fi