]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed whitespace
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 9 Sep 2012 17:22:45 +0000 (13:22 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 9 Sep 2012 17:22:45 +0000 (13:22 -0400)
Lib/multiprocessing/util.py

index 68d6c1f9c4a13ef313d71174c4537195b1f801a3..5e501bda62518b4678eabf2a736187af57145e07 100644 (file)
@@ -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: