]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
whitespace fix
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 10:01:56 +0000 (02:01 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 10:01:56 +0000 (02:01 -0800)
Lib/test/test_subprocess.py

index 9d1ddb72cbd4a61b214318dd95a352812b7aff98..59eab3063c1ebc5b09fcbce4b4faf3f144c1ab55 100644 (file)
@@ -787,7 +787,7 @@ class POSIXProcessTestCase(BaseTestCase):
                 try:
                     for fd in devzero_fds:
                         self.assertNotIn(fd, (p2cwrite, c2pread, errread))
-                                         
+
                 finally:
                     map(os.close, devzero_fds)