From: Alexander Belopolsky Date: Sun, 9 Sep 2012 17:22:45 +0000 (-0400) Subject: Fixed whitespace X-Git-Tag: v3.2.4rc1~557 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36351564a252d396fcaeb63b785b21226bfacd67;p=thirdparty%2FPython%2Fcpython.git Fixed whitespace --- diff --git a/Lib/multiprocessing/util.py b/Lib/multiprocessing/util.py index 68d6c1f9c4a1..5e501bda6251 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: