From: Gregory P. Smith Date: Sun, 11 Nov 2012 10:01:56 +0000 (-0800) Subject: whitespace fix X-Git-Tag: v2.7.4rc1~386 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3197254acdbf2d9b8a86b68441b9b07fc85d0a4;p=thirdparty%2FPython%2Fcpython.git whitespace fix --- diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 9d1ddb72cbd4..59eab3063c1e 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -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)