rm'd some trailing whitespace

This commit is contained in:
Anthony Scopatz 2016-11-08 00:20:52 -05:00
parent 0f6295ab87
commit d59045187b

View file

@ -608,8 +608,8 @@ class PopenThread(threading.Thread):
if self.suspended: if self.suspended:
return return
# close files to send EOF to non-blocking reader. # close files to send EOF to non-blocking reader.
# capout & caperr seem to be needed only by Windows, while # capout & caperr seem to be needed only by Windows, while
# orig_stdout & orig_stderr are need by posix and Windows. # orig_stdout & orig_stderr are need by posix and Windows.
# Probably best to close them all. Also, order seems to matter here, # Probably best to close them all. Also, order seems to matter here,
# with orig_* needed to be closed before cap* # with orig_* needed to be closed before cap*
safe_fdclose(self.orig_stdout) safe_fdclose(self.orig_stdout)