From: Alexander Belopolsky Date: Sun, 9 Sep 2012 17:25:06 +0000 (-0400) Subject: Fixed whitespace X-Git-Tag: v3.3.1rc1~818^2^2~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f704c11dbf6c766e11ed52c38fb732f7beda904;p=python Fixed whitespace --- diff --git a/Lib/multiprocessing/util.py b/Lib/multiprocessing/util.py index bc2d65639e..3bb954670f 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: