]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Fri, 9 Jun 2006 02:11:02 +0000 (02:11 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 9 Jun 2006 02:11:02 +0000 (02:11 +0000)
Since test_file is implicated in mysterious test failures
when followed by test_optparse, if I had any brains I'd
look at the checkin that last changed test_file ;-)

Lib/test/test_file.py

index 31527a0feae33a3527251d82bf79af1aa19563ff..aee7c3640ffad3ed3f4d6b14acf86a770ebdc80d 100644 (file)
@@ -86,7 +86,7 @@ class AutoFileTests(unittest.TestCase):
         self.assertEquals(f.name, TESTFN)
         self.assert_(not f.isatty())
         self.assert_(not f.closed)
-        
+
         self.assertRaises(TypeError, f.readinto, "")
         f.close()
         self.assert_(f.closed)