summaryrefslogtreecommitdiffstats
path: root/Tools/unicode/makeunicodedata.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-03-10 23:39:56 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-03-10 23:39:56 (GMT)
commit88ca467ca4b1f13a9fb172712cf25eeae94e3095 (patch)
tree44ebe742dadf0f24910db700eea3efe2bbb3539e /Tools/unicode/makeunicodedata.py
parent922dd7d49da75b07e27f917db0166f67bdbef3d3 (diff)
downloadcpython-88ca467ca4b1f13a9fb172712cf25eeae94e3095.zip
cpython-88ca467ca4b1f13a9fb172712cf25eeae94e3095.tar.gz
cpython-88ca467ca4b1f13a9fb172712cf25eeae94e3095.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Tools/unicode/makeunicodedata.py')
-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 c11a1cd..41df819 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