]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Sun, 4 Jun 2006 01:22:53 +0000 (01:22 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 4 Jun 2006 01:22:53 +0000 (01:22 +0000)
Lib/test/test_struct.py

index af835f7a6fbec3c91fc1a48d3685ab7c1942a2c8..28759fb866fde30e0bc531c9cdc90a1b99638af0 100644 (file)
@@ -571,9 +571,8 @@ def test_pack_to_fn():
     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()
-