[pypy-commit] pypy default: whitespace

bdkearns noreply at buildbot.pypy.org
Thu Dec 4 08:13:52 CET 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r74810:092797de8785
Date: 2014-12-04 02:13 -0500
http://bitbucket.org/pypy/pypy/changeset/092797de8785/

Log:	whitespace

diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py
--- a/pypy/module/micronumpy/descriptor.py
+++ b/pypy/module/micronumpy/descriptor.py
@@ -286,7 +286,6 @@
     def descr_hash(self, space):
         return space.wrap(self._compute_hash(space, 0x345678))
 
-
     def descr_str(self, space):
         if self.fields:
             return space.str(self.descr_get_descr(space))
diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py
--- a/pypy/module/micronumpy/test/test_dtypes.py
+++ b/pypy/module/micronumpy/test/test_dtypes.py
@@ -392,6 +392,7 @@
         t5 = dtype([('x', '<f4'), ('y', '<i4')])
         t6 = dtype([('y', '<i4'), ('x', '<f4')])
         assert hash(t5) != hash(t6)
+
     def test_pickle(self):
         import numpy as np
         from numpypy import array, dtype


More information about the pypy-commit mailing list