[pypy-commit] pypy default: fix indentation error.

alex_gaynor noreply at buildbot.pypy.org
Tue Sep 6 08:19:09 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
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)


More information about the pypy-commit mailing list