Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r97476:7d1812d13cdf
Date: 2019-09-14 15:32 +0300
http://bitbucket.org/pypy/pypy/changeset/7d1812d13cdf/

Log:    fix indent

diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/build_cffi_imports.py
--- a/pypy/tool/build_cffi_imports.py
+++ b/pypy/tool/build_cffi_imports.py
@@ -112,7 +112,7 @@
                                                 cwd=sources,)
         if status != 0:
             break
-        return status, stdout, stderr
+    return status, stdout, stderr
 
 def create_cffi_import_libraries(pypy_c, options, basedir, only=None,
                                  embed_dependencies=False, rebuild=False):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to