[Fix] Correct most of the wrong indentation

This commit is contained in:
Peter Dave Hello
2018-02-26 02:20:21 +08:00
committed by Jordan Harband
parent 5f53caadad
commit 750571056c
7 changed files with 55 additions and 55 deletions

View File

@@ -47,7 +47,7 @@ fi
# $PROFILE should override .zshrc profile detection
NVM_DETECT_PROFILE="$(SHELL="/usr/bin/zsh"; PROFILE="test_profile"; nvm_detect_profile)"
if [ "$NVM_DETECT_PROFILE" != "test_profile" ]; then
die "nvm_detect_profile ignored \$PROFILE"
die "nvm_detect_profile ignored \$PROFILE"
fi

View File

@@ -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

View File

@@ -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