diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-09-09 17:25:06 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-09-09 17:25:06 (GMT) |
commit | 7f704c11dbf6c766e11ed52c38fb732f7beda904 (patch) | |
tree | 17924b1772de4f8d2536711ae8198ff671062702 /Lib/multiprocessing | |
parent | f36c49d124af3cbe97ff5e1dd2a4e1a85f2575d2 (diff) | |
download | cpython-7f704c11dbf6c766e11ed52c38fb732f7beda904.zip cpython-7f704c11dbf6c766e11ed52c38fb732f7beda904.tar.gz cpython-7f704c11dbf6c766e11ed52c38fb732f7beda904.tar.bz2 |
Fixed whitespace
Diffstat (limited to 'Lib/multiprocessing')
-rw-r--r-- | Lib/multiprocessing/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/multiprocessing/util.py b/Lib/multiprocessing/util.py index bc2d656..3bb9546 100644 --- a/Lib/multiprocessing/util.py +++ b/Lib/multiprocessing/util.py @@ -240,7 +240,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: |