[pypy-commit] pypy numpypy-nditer: pep8

mattip noreply at buildbot.pypy.org
Thu Apr 17 19:11:42 CEST 2014


Author: Matti Picus <matti.picus at gmail.com>
Branch: numpypy-nditer
Changeset: r70711:2ff1d988d4a2
Date: 2014-04-17 20:03 +0300
http://bitbucket.org/pypy/pypy/changeset/2ff1d988d4a2/

Log:	pep8

diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy/strides.py
+++ b/pypy/module/micronumpy/strides.py
@@ -290,7 +290,7 @@
         if not space.is_none(arr):
             if shape is None:
                 shape = arr.get_shape()
-            else:    
+            else:
                 shape = shape_agreement(space, shape, arr)
     return shape
 


More information about the pypy-commit mailing list