Whitespace normalization.
diff --git a/Lib/locale.py b/Lib/locale.py
index b60c0a4..fd549bb 100644
--- a/Lib/locale.py
+++ b/Lib/locale.py
@@ -132,7 +132,7 @@
 def format(percent, value, grouping=False, monetary=False, *additional):
     """Returns the locale-aware substitution of a %? specifier
     (percent).
-    
+
     additional is for format strings which contain one or more
     '*' modifiers."""
     # this is only for one-percent-specifier strings and this should be checked