diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-09-09 17:22:45 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2012-09-09 17:22:45 (GMT) |
commit | 36351564a252d396fcaeb63b785b21226bfacd67 (patch) | |
tree | e4cd94cc3aa61e824fcf1ca2e019d8173583bd94 /Lib/multiprocessing/util.py | |
parent | 59fb38b5820e9f61f6e64e506c2dad98f7f32971 (diff) | |
download | cpython-36351564a252d396fcaeb63b785b21226bfacd67.zip cpython-36351564a252d396fcaeb63b785b21226bfacd67.tar.gz cpython-36351564a252d396fcaeb63b785b21226bfacd67.tar.bz2 |
Fixed whitespace
Diffstat (limited to 'Lib/multiprocessing/util.py')
-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 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: |