fix indent

replace all tabs to 2 spaces
apply same indent rule (e.g. case statement)
This commit is contained in:
omochimetaru 2016-01-06 12:08:17 +09:00
parent c83ae1c7fb
commit 9f71eb4855
1 changed files with 80 additions and 81 deletions

View File

@ -20,15 +20,15 @@
#
###########################################################################
# Change values here #
#
# #
VERSION="1.0.2e" #
IOS_SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version`
IOS_SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` #
TVOS_SDKVERSION=`xcrun -sdk appletvos --show-sdk-version` #
CONFIG_OPTIONS=""
CURL_OPTIONS=""
CONFIG_OPTIONS="" #
CURL_OPTIONS="" #
# To set "enable-ec_nistp_64_gcc_128" configuration for x64 archs set next variable to "true"
ENABLE_EC_NISTP_64_GCC_128=""
ENABLE_EC_NISTP_64_GCC_128="" #
# #
###########################################################################
# #
@ -94,7 +94,6 @@ mkdir -p "${CURRENTPATH}/lib"
tar zxf openssl-${VERSION}.tar.gz -C "${CURRENTPATH}/src"
cd "${CURRENTPATH}/src/openssl-${VERSION}"
for ARCH in ${ARCHS}
do
if [[ "$ARCH" == tv* ]]; then