# HG changeset patch # User Augie Fackler # Date 2010-02-08 14:18:49 # Node ID 600142e7a0280df78ca5112b8f730b9af1b8bcd8 # Parent 41d0ed2c79df052bf2076c05d639ac95b58dbf10 util: fix trailing whitespace found by check-code diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -1311,7 +1311,7 @@ def hgcmd(): 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