[pypy-svn] r32758 - pypy/branch/even-more-config/pypy/translator

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Sep 30 01:45:02 CEST 2006


Author: cfbolz
Date: Sat Sep 30 01:44:59 2006
New Revision: 32758

Modified:
   pypy/branch/even-more-config/pypy/translator/driver.py
Log:
whitespace


Modified: pypy/branch/even-more-config/pypy/translator/driver.py
==============================================================================
--- pypy/branch/even-more-config/pypy/translator/driver.py	(original)
+++ pypy/branch/even-more-config/pypy/translator/driver.py	Sat Sep 30 01:44:59 2006
@@ -102,7 +102,7 @@
                 if task in ('rtype', 'backendopt', 'llinterpret'):
                     if ts:
                         if ts == postfix:
-                            expose_task(task, explicit_task)                        
+                            expose_task(task, explicit_task)
                     else:
                         expose_task(explicit_task)
                 elif task in ('source', 'compile', 'run'):
@@ -167,7 +167,7 @@
         self.inputtypes = inputtypes
 
         if policy is None:
-            policy = annpolicy.AnnotatorPolicy()            
+            policy = annpolicy.AnnotatorPolicy()
         if standalone:
             policy.allow_someobjects = False
         self.policy = policy



More information about the Pypy-commit mailing list