summaryrefslogtreecommitdiff
path: root/Lib/test/test_struct.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-06-04 01:22:53 +0000
committerTim Peters <tim.peters@gmail.com>2006-06-04 01:22:53 +0000
commit626a0329ce86681d9f04442aeb07c79ab280606a (patch)
treea3332ad33558f10d7e50893fae60dc299c68e324 /Lib/test/test_struct.py
parent04821eaf22281afbb467ff261e9e4160132dcdda (diff)
downloadcpython-626a0329ce86681d9f04442aeb07c79ab280606a.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_struct.py')
-rw-r--r--Lib/test/test_struct.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py
index af835f7a6f..28759fb866 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()
-