commit | fe98f9613b875276c441add5972d547d7d19ba29 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri May 26 12:26:21 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri May 26 12:26:21 2006 +0000 |
tree | 8be6eed291935070ac544a3b97f50c23f6c225ab | |
parent | 736123605c29e5bf7cac7b3c39a61250f480824a [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py index 1420a08..59cace2 100644 --- a/Lib/test/test_struct.py +++ b/Lib/test/test_struct.py
@@ -509,7 +509,6 @@ def test_main(): test.test_support.run_unittest(PackBufferTestCase) - + if __name__ == "__main__": test_main() -