[pypy-commit] pypy default: untabbify

mattip pypy.commits at gmail.com
Thu May 16 23:35:12 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r96627:db5598e252c6
Date: 2019-05-17 06:32 +0300
http://bitbucket.org/pypy/pypy/changeset/db5598e252c6/

Log:	untabbify

diff --git a/rpython/translator/platform/arch/s390x.py b/rpython/translator/platform/arch/s390x.py
--- a/rpython/translator/platform/arch/s390x.py
+++ b/rpython/translator/platform/arch/s390x.py
@@ -89,7 +89,7 @@
     if machine == 0x2964:
         return "z13"
     if machine == 0x3907:  # gcc supports z14 as of 2019/05/08
-	    return "z14"
+        return "z14"
 
     # well all others are unsupported!
     return "unknown"


More information about the pypy-commit mailing list