]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Fri, 26 May 2006 12:26:21 +0000 (12:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 26 May 2006 12:26:21 +0000 (12:26 +0000)
Lib/test/test_struct.py

index 1420a08ce2d363bc20c9ea23daaea8d1321cdc7d..59cace2f3d5abfdac7b7d6455c1e8dd5aec841e3 100644 (file)
@@ -509,7 +509,6 @@ class PackBufferTestCase(unittest.TestCase):
 
 def test_main():
     test.test_support.run_unittest(PackBufferTestCase)
-    
+
 if __name__ == "__main__":
     test_main()
-