Skip to content

Commit 8629260

Browse files
committed
fix newline
1 parent cfe1534 commit 8629260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/recipes/cffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ def get_recipe_env(self, arch=None, **kwargs):
3838
return env
3939

4040

41-
recipe = CffiRecipe()
41+
recipe = CffiRecipe()

pythonforandroid/recipes/libffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ def get_include_dirs(self, arch):
3838
return [join(self.get_build_dir(arch), 'include')]
3939

4040

41-
recipe = LibffiRecipe()
41+
recipe = LibffiRecipe()

0 commit comments

Comments
 (0)