Whitespace normalization.
diff --git a/Lib/test/test__locale.py b/Lib/test/test__locale.py
index c113c63..97aaef8 100644
--- a/Lib/test/test__locale.py
+++ b/Lib/test/test__locale.py
@@ -33,6 +33,6 @@
         if nl_radixchar != li_radixchar:
             print "%r != %r" % (nl_radixchar, li_radixchar)
     if not saw_locale:
-            raise ImportError, "None of the listed locales found"
+        raise ImportError, "None of the listed locales found"
 finally:
     setlocale(LC_NUMERIC, oldlocale)