Fix trailing white-space

This commit is contained in:
Bruno Oliveira 2015-12-25 17:51:55 -02:00
parent fbfab6778c
commit 5afb61ad26
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ class NoCapture:
class FDCapture:
""" Capture IO to/from a given os-level filedescriptor. """
def __init__(self, targetfd, tmpfile=None):
def __init__(self, targetfd, tmpfile=None):
self.targetfd = targetfd
try:
self.targetfd_save = os.dup(self.targetfd)