Whitespace normalization.
diff --git a/Tools/i18n/makelocalealias.py b/Tools/i18n/makelocalealias.py
index 743185b..43df35a 100644
--- a/Tools/i18n/makelocalealias.py
+++ b/Tools/i18n/makelocalealias.py
@@ -62,7 +62,7 @@
             print '#    updated %r -> %r to %r' % \
                   (k, olddata[k], data[k])
         # Additions are not mentioned
-    
+
 if __name__ == '__main__':
     data = locale.locale_alias.copy()
     data.update(parse(LOCALE_ALIAS))
@@ -71,4 +71,3 @@
     print 'locale_alias = {'
     pprint(data)
     print '}'
-