]> granicus.if.org Git - python/commitdiff
Fixed whitespace
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 9 Sep 2012 17:25:06 +0000 (13:25 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 9 Sep 2012 17:25:06 +0000 (13:25 -0400)
Lib/multiprocessing/util.py

index bc2d65639e261dd36ffac7b3a4915a76b02bc2ad..3bb954670fcf57b8b6dce40cf0cf792e718373eb 100644 (file)
@@ -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: