Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r47100:21dd54a85247
Date: 2011-09-06 06:18 +0000
http://bitbucket.org/pypy/pypy/changeset/21dd54a85247/

Log:    fix indentation error.

diff --git a/pypy/module/micronumpy/test/test_ufuncs.py 
b/pypy/module/micronumpy/test/test_ufuncs.py
--- a/pypy/module/micronumpy/test/test_ufuncs.py
+++ b/pypy/module/micronumpy/test/test_ufuncs.py
@@ -336,4 +336,4 @@
                 (3.5, 3),
                 (3, 3.5),
             ]:
-                assert ufunc(a, b) is func(a, b)
\ No newline at end of file
+                assert ufunc(a, b) is func(a, b)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to