From 4cd3119125a68d0247fc8ff15484f3586381c9b8 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 31 Jul 2014 11:22:22 -0700 Subject: [PATCH] fix indent --- script/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/update.py b/script/update.py index 62398d9a6aff..61bd4e3a081e 100755 --- a/script/update.py +++ b/script/update.py @@ -25,7 +25,7 @@ def update_gyp(): python = sys.executable arch = 'ia32' if sys.platform.startswith('linux') and sys.maxsize > 2**32 or sys.platform == 'darwin': - arch = 'x64' + arch = 'x64' if sys.platform in ['cygwin', 'win32']: python = os.path.join('vendor', 'python_26', 'python.exe') subprocess.call([python, gyp,