Explorar o código

Fix over-indented line.

Jelmer Vernooij %!s(int64=7) %!d(string=hai) anos
pai
achega
3bae758cbe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -48,7 +48,7 @@ if sys.platform == 'darwin' and os.path.exists('/usr/bin/xcodebuild'):
         line = line.decode("utf8")
         # Also parse only first digit, because 3.2.1 can't be parsed nicely
         if (line.startswith('Xcode') and
-            int(line.split()[1].split('.')[0]) >= 4):
+                int(line.split()[1].split('.')[0]) >= 4):
             os.environ['ARCHFLAGS'] = ''
 
 tests_require = ['fastimport']