summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-26 12:26:21 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-05-26 12:26:21 (GMT)
commitfe98f9613b875276c441add5972d547d7d19ba29 (patch)
tree8be6eed291935070ac544a3b97f50c23f6c225ab /Lib
parent736123605c29e5bf7cac7b3c39a61250f480824a (diff)
downloadcpython-fe98f9613b875276c441add5972d547d7d19ba29.zip
cpython-fe98f9613b875276c441add5972d547d7d19ba29.tar.gz
cpython-fe98f9613b875276c441add5972d547d7d19ba29.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_struct.py3
1 files changed, 1 insertions, 2 deletions
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 @@ class PackBufferTestCase(unittest.TestCase):
def test_main():
test.test_support.run_unittest(PackBufferTestCase)
-
+
if __name__ == "__main__":
test_main()
-