whitespace fix

This commit is contained in:
Gregory P. Smith 2012-11-11 02:01:56 -08:00
parent 211248b214
commit c3197254ac
1 changed files with 1 additions and 1 deletions

View 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)