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

tim.peters python-checkins at python.org
Sun Jun 4 03:22:53 CEST 2006


Author: tim.peters
Date: Sun Jun  4 03:22:53 2006
New Revision: 46635

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	Sun Jun  4 03:22:53 2006
@@ -571,9 +571,8 @@
     assertRaises(struct.error, pack_to, small_buf, 0, test_string)
     assertRaises(struct.error, pack_to, small_buf, 2, test_string)
 
-    
+
 # Test methods to pack and unpack from buffers rather than strings.
 test_unpack_from()
 test_pack_to()
 test_pack_to_fn()
-


More information about the Python-checkins mailing list