[pypy-svn] r24324 - pypy/dist/pypy/rpython

tismer at codespeak.net tismer at codespeak.net
Tue Mar 14 03:32:42 CET 2006


Author: tismer
Date: Tue Mar 14 03:32:17 2006
New Revision: 24324

Modified:
   pypy/dist/pypy/rpython/extregistry.py
Log:
bad indent

Modified: pypy/dist/pypy/rpython/extregistry.py
==============================================================================
--- pypy/dist/pypy/rpython/extregistry.py	(original)
+++ pypy/dist/pypy/rpython/extregistry.py	Tue Mar 14 03:32:17 2006
@@ -33,7 +33,7 @@
     return annotation
 
 def create_entry(compute_result_annotation=None, compute_annotation=None,
-    specialize_call=None, get_repr=None):
+                 specialize_call=None, get_repr=None):
     if compute_result_annotation is not None:
         compute_result_annotation = create_annotation_callable(
             compute_result_annotation)



More information about the Pypy-commit mailing list