[Python-checkins] cpython: Fixed whitespace

alexander.belopolsky python-checkins at python.org
Sun Sep 9 19:28:13 CEST 2012


http://hg.python.org/cpython/rev/6c4dc8f7e3e3
changeset:   78925:6c4dc8f7e3e3
parent:      78923:08c680918ff8
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sun Sep 09 13:25:06 2012 -0400
summary:
  Fixed whitespace

files:
  Lib/multiprocessing/util.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/multiprocessing/util.py b/Lib/multiprocessing/util.py
--- a/Lib/multiprocessing/util.py
+++ b/Lib/multiprocessing/util.py
@@ -240,7 +240,7 @@
         # 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:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list