changeset 10422:600142e7a028

util: fix trailing whitespace found by check-code
author Augie Fackler <durin42@gmail.com>
date Mon, 08 Feb 2010 08:18:49 -0600
parents 41d0ed2c79df
children caaa1f99d681
files mercurial/util.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/util.py	Thu Feb 11 17:44:01 2010 -0600
+++ b/mercurial/util.py	Mon Feb 08 08:18:49 2010 -0600
@@ -1311,7 +1311,7 @@
 
 def rundetached(args, condfn):
     """Execute the argument list in a detached process.
-    
+
     condfn is a callable which is called repeatedly and should return
     True once the child process is known to have started successfully.
     At this point, the child process PID is returned. If the child