Skip to content

Commit 5eee5e1

Browse files
committed
remove trailing whitespace;
1 parent e259b1c commit 5eee5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/leveldb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_recipe_env(self, arch):
3939
env['CXXFLAGS'] += ' -frtti'
4040
env['CXXFLAGS'] += ' -fexceptions'
4141
env['LDFLAGS'] += ' -L' + self.ctx.ndk_dir + '/sources/cxx-stl/gnu-libstdc++/' + self.ctx.toolchain_version + '/libs/' + arch.arch + \
42-
' -lgnustl_shared'
42+
' -lgnustl_shared'
4343
return env
4444

4545
recipe = LevelDBRecipe()

0 commit comments

Comments
 (0)