Whitespace normalization.
diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py
index 915f582..8881516 100644
--- a/Lib/test/test_zlib.py
+++ b/Lib/test/test_zlib.py
@@ -95,7 +95,7 @@
     print "max_length decompressobj failed"
 else:
     print "max_length decompressobj succeeded"
-    
+
 # Misc tests of max_length
 deco = zlib.decompressobj(-12)
 try: