Whitespace normalization.
diff --git a/Lib/test/test_warnings.py b/Lib/test/test_warnings.py
index 4663814..a7ccb6b 100644
--- a/Lib/test/test_warnings.py
+++ b/Lib/test/test_warnings.py
@@ -92,7 +92,7 @@
                           warnings._setoption, 'ignore:2::4:-5')
         warnings._setoption('error::Warning::0')
         self.assertRaises(UserWarning, warnings.warn, 'convert to error')
-        
+
 
 def test_main(verbose=None):
     # Obscure hack so that this test passes after reloads or repeated calls