[Python-checkins] r46305 - python/trunk/Lib/test/test_struct.py

tim.peters python-checkins at python.org
Fri May 26 14:26:22 CEST 2006


Author: tim.peters
Date: Fri May 26 14:26:21 2006
New Revision: 46305

Modified:
   python/trunk/Lib/test/test_struct.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/test/test_struct.py
==============================================================================
--- python/trunk/Lib/test/test_struct.py	(original)
+++ python/trunk/Lib/test/test_struct.py	Fri May 26 14:26:21 2006
@@ -509,7 +509,6 @@
 
 def test_main():
     test.test_support.run_unittest(PackBufferTestCase)
-    
+
 if __name__ == "__main__":
     test_main()
-


More information about the Python-checkins mailing list