Skip to content

Commit bab9e62

Browse files
Merge pull request sqlcipher#500 from brodybits/remove-trailing-whitespace
cleanup: remove trailing whitespace
2 parents 8f2dc92 + 9056f6a commit bab9e62

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The latest AAR binary package information can be [here](https://www.zetetic.net/
66
### Compatibility
77

88
SQLCipher for Android runs on Android 4.1–Android 10, for `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures.
9-
9+
1010
### Contributions
1111

1212
We welcome contributions, to contribute to SQLCipher for Android, a [contributor agreement](https://www.zetetic.net/contributions/) needs to be submitted. All submissions should be based on the `master` branch.
@@ -44,7 +44,7 @@ Error: file is encrypted or is not a database
4444

4545
### Application Integration
4646

47-
You have a two main options for using SQLCipher for Android in your app:
47+
You have a two main options for using SQLCipher for Android in your app:
4848

4949
- Using it with Room or other consumers of the `androidx.sqlite` API
5050

SQLCIPHER_LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ http://sqlcipher.net
22

33
Copyright (c) 2010 Zetetic LLC
44
All rights reserved.
5-
5+
66
Redistribution and use in source and binary forms, with or without
77
modification, are permitted provided that the following conditions are met:
88
* Redistributions of source code must retain the above copyright
@@ -13,7 +13,7 @@ http://sqlcipher.net
1313
* Neither the name of the ZETETIC LLC nor the
1414
names of its contributors may be used to endorse or promote products
1515
derived from this software without specific prior written permission.
16-
16+
1717
THIS SOFTWARE IS PROVIDED BY ZETETIC LLC ''AS IS'' AND ANY
1818
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1919
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

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)