summaryrefslogtreecommitdiffstats
path: root/Lib/htmllib.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-14 23:47:14 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-01-14 23:47:14 (GMT)
commit07e99cb77406e1bc84606f49b743e41b0de8a6d5 (patch)
treeb922cda3a970bffa797269fd550f8d8b032afe5b /Lib/htmllib.py
parent88869f9787cd4ceb2298e4b13980beb057687824 (diff)
downloadcpython-07e99cb77406e1bc84606f49b743e41b0de8a6d5.zip
cpython-07e99cb77406e1bc84606f49b743e41b0de8a6d5.tar.gz
cpython-07e99cb77406e1bc84606f49b743e41b0de8a6d5.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/htmllib.py')
-rw-r--r--Lib/htmllib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/htmllib.py b/Lib/htmllib.py
index 9cf962c..cae9ae5 100644
--- a/Lib/htmllib.py
+++ b/Lib/htmllib.py
@@ -411,7 +411,7 @@ def test(args = None):
if f is not sys.stdin:
f.close()
-
+
if silent:
f = formatter.NullFormatter()
else: