Whitespace normalization.
diff --git a/Lib/test/test_importhooks.py b/Lib/test/test_importhooks.py
index 5ece533..9304213 100644
--- a/Lib/test/test_importhooks.py
+++ b/Lib/test/test_importhooks.py
@@ -176,7 +176,7 @@
         TestImporter.modules['reloadmodule'] = (False, reload_co)
         reload(reloadmodule)
         self.failUnless(hasattr(reloadmodule,'reloaded'))
-       
+
     def testMetaPath(self):
         i = MetaImporter()
         sys.meta_path.append(i)