[pypy-svn] r70704 - pypy/branch/direct-assembler-call/pypy/jit/backend/x86

fijal at codespeak.net fijal at codespeak.net
Tue Jan 19 15:23:03 CET 2010


Author: fijal
Date: Tue Jan 19 15:23:03 2010
New Revision: 70704

Modified:
   pypy/branch/direct-assembler-call/pypy/jit/backend/x86/runner.py
Log:
Reformatting


Modified: pypy/branch/direct-assembler-call/pypy/jit/backend/x86/runner.py
==============================================================================
--- pypy/branch/direct-assembler-call/pypy/jit/backend/x86/runner.py	(original)
+++ pypy/branch/direct-assembler-call/pypy/jit/backend/x86/runner.py	Tue Jan 19 15:23:03 2010
@@ -18,8 +18,8 @@
 
     def __init__(self, rtyper, stats, opts=None, translate_support_code=False,
                  gcdescr=None):
-        AbstractLLCPU.__init__(self, rtyper, stats, opts, translate_support_code,
-                               gcdescr)
+        AbstractLLCPU.__init__(self, rtyper, stats, opts,
+                               translate_support_code, gcdescr)
 
     def setup(self):
         if self.opts is not None:



More information about the Pypy-commit mailing list