Author: Matti Picus <[email protected]>
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
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to