Author: Brian Kearns <[email protected]>
Branch: stdlib-2.7.4
Changeset: r63218:41e362603c2d
Date: 2013-04-10 19:47 -0400
http://bitbucket.org/pypy/pypy/changeset/41e362603c2d/
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
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit