Browse Source

[Fix] Correct most of the wrong indentation

Peter Dave Hello 7 years ago committed by Jordan Harband
parent
commit
750571056c
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
  1. 2
      test/mocks/uname_osx_amd64
  2. 2
      test/mocks/uname_osx_x86

2
test/mocks/uname_osx_amd64

@ -2,4 +2,4 @@ if [ "_$1" = "_-m" ]; then @@ -2,4 +2,4 @@ if [ "_$1" = "_-m" ]; then
echo "x86_64"
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"
fi
fi

2
test/mocks/uname_osx_x86

@ -2,4 +2,4 @@ if [ "_$1" = "_-m" ]; then @@ -2,4 +2,4 @@ if [ "_$1" = "_-m" ]; then
echo "i386"
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"
fi
fi

Loading…
Cancel
Save