summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-09-09 17:22:45 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-09-09 17:22:45 (GMT)
commit36351564a252d396fcaeb63b785b21226bfacd67 (patch)
treee4cd94cc3aa61e824fcf1ca2e019d8173583bd94
parent59fb38b5820e9f61f6e64e506c2dad98f7f32971 (diff)
downloadcpython-36351564a252d396fcaeb63b785b21226bfacd67.zip
cpython-36351564a252d396fcaeb63b785b21226bfacd67.tar.gz
cpython-36351564a252d396fcaeb63b785b21226bfacd67.tar.bz2
Fixed whitespace
-rw-r--r--Lib/multiprocessing/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/multiprocessing/util.py b/Lib/multiprocessing/util.py
index 68d6c1f..5e501bd 100644
--- a/Lib/multiprocessing/util.py
+++ b/Lib/multiprocessing/util.py
@@ -252,7 +252,7 @@ def _run_finalizers(minpriority=None):
# destroyed. See the _exit_function function in this module for more
# notes.
return
-
+
if minpriority is None:
f = lambda p : p[0][0] is not None
else: