Skip to content

Commit 1f90f37

Browse files
committed
fix tabs->spaces
1 parent d35c080 commit 1f90f37

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pythonforandroid/recipes/cdecimal/__init__.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55

66
class CdecimalRecipe(CompiledComponentsPythonRecipe):
7-
name = 'cdecimal'
8-
version = '2.3'
9-
url = 'http://www.bytereef.org/software/mpdecimal/releases/cdecimal-{version}.tar.gz'
7+
name = 'cdecimal'
8+
version = '2.3'
9+
url = 'http://www.bytereef.org/software/mpdecimal/releases/cdecimal-{version}.tar.gz'
1010

11-
depends = ['python2']
11+
depends = ['python2']
1212

13-
patches = ['locale.patch']
13+
patches = ['locale.patch']
1414

15-
def prebuild_arch(self, arch):
16-
super(CdecimalRecipe, self).prebuild_arch(arch)
17-
if not is_darwin():
18-
self.setup_extra_args = ['--with-machine=ansi32']
15+
def prebuild_arch(self, arch):
16+
super(CdecimalRecipe, self).prebuild_arch(arch)
17+
if not is_darwin():
18+
self.setup_extra_args = ['--with-machine=ansi32']
1919

2020

2121
recipe = CdecimalRecipe()

0 commit comments

Comments
 (0)