[pypy-svn] r65833 - pypy/branch/pyjitpl5/pypy/jit/metainterp

antocuni at codespeak.net antocuni at codespeak.net
Fri Jun 19 18:06:56 CEST 2009


Author: antocuni
Date: Fri Jun 19 18:06:56 2009
New Revision: 65833

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/optimize3.py
Log:
remove newline


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/optimize3.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/optimize3.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/optimize3.py	Fri Jun 19 18:06:56 2009
@@ -264,7 +264,6 @@
         newop = op.clone()
         newop.args = self.new_arguments(newop)
         newop.suboperations = oplist + [op_fail]
-
         return newop
 
     def rebuild_ops(self, op):



More information about the Pypy-commit mailing list