[pypy-commit] pypy arm-backend-2: this revision contains less \t

bivab noreply at buildbot.pypy.org
Wed Aug 22 13:15:50 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r56794:8d3a772cc045
Date: 2012-08-22 13:15 +0200
http://bitbucket.org/pypy/pypy/changeset/8d3a772cc045/

Log:	this revision contains less \t

diff --git a/pypy/jit/backend/arm/test/test_runner.py b/pypy/jit/backend/arm/test/test_runner.py
--- a/pypy/jit/backend/arm/test/test_runner.py
+++ b/pypy/jit/backend/arm/test/test_runner.py
@@ -27,7 +27,7 @@
     # ====> ../../test/runner_test.py
 
     add_loop_instructions = ['nop', # this is the same as mov r0, r0
-			     'adds', 'cmp', 'beq', 'b']
+                             'adds', 'cmp', 'beq', 'b']
     bridge_loop_instructions = ['movw', 'movt', 'bx']
 
     def setup_method(self, meth):


More information about the pypy-commit mailing list