[pypy-commit] pypy arm-backend-2: kill a tab

bivab noreply at buildbot.pypy.org
Sat Jun 16 19:14:54 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r55692:38875909affa
Date: 2012-06-16 17:13 +0000
http://bitbucket.org/pypy/pypy/changeset/38875909affa/

Log:	kill a tab

diff --git a/pypy/jit/backend/arm/instruction_builder.py b/pypy/jit/backend/arm/instruction_builder.py
--- a/pypy/jit/backend/arm/instruction_builder.py
+++ b/pypy/jit/backend/arm/instruction_builder.py
@@ -371,7 +371,7 @@
         D = (dd >> 4) & 0x1
         Q = 0 # we want doubleword regs
         instr = (n
-		| base << 25
+                | base << 25
                 | D << 22
                 | (dn & 0xf) << 16
                 | (dd & 0xf) << 12


More information about the pypy-commit mailing list