Fix whitespace
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py
index f1b49d5..5100a20 100644
--- a/Lib/test/test_subprocess.py
+++ b/Lib/test/test_subprocess.py
@@ -588,7 +588,7 @@
                                  stdout=subprocess.PIPE,
                                  stderr=subprocess.PIPE)
             # ignore errors that indicate the command was not found
-            if c.exception.errno not in (errno.ENOENT, errno.EACCES): 
+            if c.exception.errno not in (errno.ENOENT, errno.EACCES):
                 raise c.exception
 
     def test_issue8780(self):