summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-03-10 23:39:56 +0000
committerTim Peters <tim.peters@gmail.com>2006-03-10 23:39:56 +0000
commit16c7c07aa1e08fa13cbf1a488b02d3fec9db092d (patch)
tree08dd07664091520b602056edd39f68458979ff07 /Tools
parenta45b7c08b35fecc2985cb04240c2ef516dd7fcdc (diff)
downloadcpython-16c7c07aa1e08fa13cbf1a488b02d3fec9db092d.tar.gz
Whitespace normalization.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/unicode/makeunicodedata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py
index c11a1cd09a..41df819451 100644
--- a/Tools/unicode/makeunicodedata.py
+++ b/Tools/unicode/makeunicodedata.py
@@ -666,7 +666,7 @@ def merge_old_version(version, new, old):
new.changed.append((version, zip(bidir_changes, category_changes,
decimal_changes, numeric_changes),
normalization_changes))
-
+
# --------------------------------------------------------------------
# the following support code is taken from the unidb utilities