[pypy-commit] pypy default: replace tab

bdkearns noreply at buildbot.pypy.org
Thu Apr 11 01:52:41 CEST 2013


Author: Brian Kearns <bdkearns at 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()


More information about the pypy-commit mailing list