]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Tue, 15 Feb 2005 21:50:12 +0000 (21:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 15 Feb 2005 21:50:12 +0000 (21:50 +0000)
Lib/test/test_sys.py

index 9aafbbc4baf1ae2b328ad0b6d5935df7854a208a..e1bb8bf631fe71f4c6832d93712faa5319452068 100644 (file)
@@ -171,8 +171,8 @@ class SysModuleTest(unittest.TestCase):
         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)