[pypy-commit] pypy default: reformat remove tab

mattip noreply at buildbot.pypy.org
Wed Mar 28 08:06:50 CEST 2012


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r54039:ad198fd9857a
Date: 2012-03-28 08:06 +0200
http://bitbucket.org/pypy/pypy/changeset/ad198fd9857a/

Log:	reformat remove tab

diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py
--- a/pypy/module/micronumpy/interp_ufuncs.py
+++ b/pypy/module/micronumpy/interp_ufuncs.py
@@ -28,7 +28,7 @@
         return self.identity
 
     def descr_call(self, space, __args__):
-	from interp_numarray import BaseArray
+        from interp_numarray import BaseArray
         args_w, kwds_w = __args__.unpack()
         # it occurs to me that we don't support any datatypes that
         # require casting, change it later when we do


More information about the pypy-commit mailing list