Author: Matti Picus <matti.pi...@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"
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to