From 7f704c11dbf6c766e11ed52c38fb732f7beda904 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Sun, 9 Sep 2012 13:25:06 -0400 Subject: Fixed whitespace --- Lib/multiprocessing/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12