Whitespace normalization.
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 @@
     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