Kaydet (Commit) c3197254 authored tarafından Gregory P. Smith's avatar Gregory P. Smith

whitespace fix

üst 211248b2
...@@ -787,7 +787,7 @@ class POSIXProcessTestCase(BaseTestCase): ...@@ -787,7 +787,7 @@ class POSIXProcessTestCase(BaseTestCase):
try: try:
for fd in devzero_fds: for fd in devzero_fds:
self.assertNotIn(fd, (p2cwrite, c2pread, errread)) self.assertNotIn(fd, (p2cwrite, c2pread, errread))
finally: finally:
map(os.close, devzero_fds) map(os.close, devzero_fds)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment