[pypy-commit] pypy ppc-jit-backend: Remove extra blank line.

edelsohn noreply at buildbot.pypy.org
Sun Mar 4 03:21:38 CET 2012


Author: edelsohn
Branch: ppc-jit-backend
Changeset: r53159:3df13d1a708f
Date: 2012-03-03 21:20 -0500
http://bitbucket.org/pypy/pypy/changeset/3df13d1a708f/

Log:	Remove extra blank line.

diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc/ppc_assembler.py
--- a/pypy/jit/backend/ppc/ppc_assembler.py
+++ b/pypy/jit/backend/ppc/ppc_assembler.py
@@ -340,7 +340,6 @@
         mc.addi(r.SP.value, r.SP.value, frame_size)
         mc.b_abs(self.propagate_exception_path)
 
-
         mc.prepare_insts_blocks()
         rawstart = mc.materialize(self.cpu.asmmemmgr, [])
         if IS_PPC_64:


More information about the pypy-commit mailing list