summaryrefslogtreecommitdiffstats
path: root/Lib/codecs.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-05-29 06:06:54 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-05-29 06:06:54 (GMT)
commit3a2ab1ab69b1899964066b682d721d172c681d20 (patch)
tree83e99044bc0d61b8888a0ce128f36d6f03436e76 /Lib/codecs.py
parent12f21ae07f56611926ec06bd92681e771d29968f (diff)
downloadcpython-3a2ab1ab69b1899964066b682d721d172c681d20.zip
cpython-3a2ab1ab69b1899964066b682d721d172c681d20.tar.gz
cpython-3a2ab1ab69b1899964066b682d721d172c681d20.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/codecs.py')
-rw-r--r--Lib/codecs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/codecs.py b/Lib/codecs.py
index bdc8d02..b3c2f71 100644
--- a/Lib/codecs.py
+++ b/Lib/codecs.py
@@ -574,7 +574,7 @@ def make_encoding_map(decoding_map):
else:
m[v] = None
return m
-
+
### Tests
if __name__ == '__main__':