Author: Brian Kearns <bdkea...@gmail.com>
Branch: 
Changeset: r63219:816e4e71734f
Date: 2013-04-10 19:47 -0400
http://bitbucket.org/pypy/pypy/changeset/816e4e71734f/

Log:    replace tab

diff --git a/rpython/jit/backend/arm/assembler.py 
b/rpython/jit/backend/arm/assembler.py
--- a/rpython/jit/backend/arm/assembler.py
+++ b/rpython/jit/backend/arm/assembler.py
@@ -772,7 +772,7 @@
         mc.LDR_ri(r.ip.value, r.fp.value, imm=ofs)
         stack_check_cmp_ofs = mc.currpos()
         for _ in range(mc.get_max_size_of_gen_load_int()):
-           mc.NOP()
+            mc.NOP()
         mc.CMP_rr(r.ip.value, r.lr.value)
 
         jg_location = mc.currpos()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to