From: Tim Peters Date: Fri, 26 May 2006 12:26:21 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5b1~480 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe98f9613b875276c441add5972d547d7d19ba29;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py index 1420a08ce2d3..59cace2f3d5a 100644 --- a/Lib/test/test_struct.py +++ b/Lib/test/test_struct.py @@ -509,7 +509,6 @@ class PackBufferTestCase(unittest.TestCase): def test_main(): test.test_support.run_unittest(PackBufferTestCase) - + if __name__ == "__main__": test_main() -