Skip to content

Commit 9056f6a

Browse files
author
Christopher J. Brody
committed
remove trailing whitespace from build-openssl-libraries.sh
1 parent ad34318 commit 9056f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-database-sqlcipher/build-openssl-libraries.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ OPENSSL=openssl-$3
5555
no-srtp"
5656

5757
rm -rf ${ANDROID_LIB_ROOT}
58-
58+
5959
for SQLCIPHER_TARGET_PLATFORM in armeabi-v7a x86 x86_64 arm64-v8a
6060
do
6161
echo "Building libcrypto.a for ${SQLCIPHER_TARGET_PLATFORM}"
@@ -99,7 +99,7 @@ OPENSSL=openssl-$3
9999
make clean
100100
PATH=${TOOLCHAIN_BIN_PATH}:${PATH} \
101101
make build_libs
102-
102+
103103
if [[ $? -ne 0 ]]; then
104104
echo "Error executing make for platform:${SQLCIPHER_TARGET_PLATFORM}"
105105
exit 1

0 commit comments

Comments
 (0)