Commit c65a13f5 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 9fef9b16
...@@ -571,9 +571,8 @@ def test_pack_to_fn(): ...@@ -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, 0, test_string)
assertRaises(struct.error, pack_to, small_buf, 2, test_string) assertRaises(struct.error, pack_to, small_buf, 2, test_string)
# Test methods to pack and unpack from buffers rather than strings. # Test methods to pack and unpack from buffers rather than strings.
test_unpack_from() test_unpack_from()
test_pack_to() test_pack_to()
test_pack_to_fn() test_pack_to_fn()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment