From 34b312e33dec43f9329f5e763be38f1584efffeb Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 6 Jun 2011 19:36:01 +0200 Subject: [PATCH] Whitespace normalization --- Lib/multiprocessing/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/multiprocessing/util.py b/Lib/multiprocessing/util.py index 7949d3ae240..b59ac9fc619 100644 --- a/Lib/multiprocessing/util.py +++ b/Lib/multiprocessing/util.py @@ -335,4 +335,3 @@ def wrapped(*args, **kwargs): continue raise return wrapped -