[Python-checkins] cpython: Whitespace.

stefan.krah python-checkins at python.org
Thu Jan 29 14:35:14 CET 2015


https://hg.python.org/cpython/rev/7bb40e624387
changeset:   94374:7bb40e624387
user:        Stefan Krah <skrah at bytereef.org>
date:        Thu Jan 29 14:33:37 2015 +0100
summary:
  Whitespace.

files:
  Lib/test/test_memoryview.py |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/test/test_memoryview.py b/Lib/test/test_memoryview.py
--- a/Lib/test/test_memoryview.py
+++ b/Lib/test/test_memoryview.py
@@ -367,12 +367,12 @@
         d = memoryview(b)
 
         del b
-    
+
         self.assertEqual(c[0], 256)
         self.assertEqual(d[0], 256)
         self.assertEqual(c.format, "H")
         self.assertEqual(d.format, "H")
-    
+
         _ = m.cast('I')
         self.assertEqual(c[0], 256)
         self.assertEqual(d[0], 256)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list