Whitespace normalization.
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index 9aafbbc..e1bb8bf 100644
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -171,8 +171,8 @@
         rc = subprocess.call([sys.executable, "-c",
                               "raise SystemExit(47)"])
         self.assertEqual(rc, 47)
-        
-            
+
+
     def test_getdefaultencoding(self):
         if test.test_support.have_unicode:
             self.assertRaises(TypeError, sys.getdefaultencoding, 42)