From c65a13f53befbe78d437bba68ef6621dd35083a7 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 4 Jun 2006 01:22:53 +0000 Subject: Whitespace normalization. --- Lib/test/test_struct.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py index af835f7..28759fb 100644 --- a/Lib/test/test_struct.py +++ b/Lib/test/test_struct.py @@ -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() - -- cgit v0.12