summaryrefslogtreecommitdiff
path: root/Lib/test/test_zlib.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-10-18 21:57:37 +0000
committerTim Peters <tim.peters@gmail.com>2001-10-18 21:57:37 +0000
commita8d470a2c896df07b910703d1b52e8398928a08c (patch)
treecc6e67da0183b03a3e88897002468c57d6d34306 /Lib/test/test_zlib.py
parentc953a2d1ace4b77bedb31ef2caca61252c5d881e (diff)
downloadcpython-a8d470a2c896df07b910703d1b52e8398928a08c.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_zlib.py')
-rw-r--r--Lib/test/test_zlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py
index 915f582abe..88815160f8 100644
--- a/Lib/test/test_zlib.py
+++ b/Lib/test/test_zlib.py
@@ -95,7 +95,7 @@ if decomp2 != buf:
print "max_length decompressobj failed"
else:
print "max_length decompressobj succeeded"
-
+
# Misc tests of max_length
deco = zlib.decompressobj(-12)
try: