Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r51782:9c12b4103f60
Date: 2012-01-26 09:17 +0100
http://bitbucket.org/pypy/pypy/changeset/9c12b4103f60/

Log:    add spaces

diff --git a/pypy/jit/backend/arm/opassembler.py 
b/pypy/jit/backend/arm/opassembler.py
--- a/pypy/jit/backend/arm/opassembler.py
+++ b/pypy/jit/backend/arm/opassembler.py
@@ -1034,7 +1034,7 @@
         # Path A: load return value and reset token
         # Fast Path using result boxes
 
-        fast_path_cond=c.EQ
+        fast_path_cond = c.EQ
         # Reset the vable token --- XXX really too much special logic here:-(
         if jd.index_of_virtualizable >= 0:
             from pypy.jit.backend.llsupport.descr import FieldDescr
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to