[pypy-commit] pypy release-2.0-beta2: untabbify.

arigo noreply at buildbot.pypy.org
Fri Nov 23 11:42:50 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: release-2.0-beta2
Changeset: r59067:be27c863b439
Date: 2012-11-19 10:02 +0100
http://bitbucket.org/pypy/pypy/changeset/be27c863b439/

Log:	untabbify.

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
@@ -1453,7 +1453,7 @@
         assert res.is_reg()
         self.mc.VCVT_f64_f32(r.vfp_ip.value, arg.value)
         self.mc.VMOV_rc(res.value, r.ip.value, r.vfp_ip.value)
-	return fcond
+        return fcond
     
     def emit_op_cast_singlefloat_to_float(self, op, arglocs, regalloc, fcond):
         arg, res = arglocs


More information about the pypy-commit mailing list