changeset 7561:fa23d169a895

patch: kill some trailing whitespace
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 03 Jan 2009 20:33:37 +0100
parents 305efd897a63
children b663b5563de7
files mercurial/patch.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/patch.py	Sat Jan 03 01:00:46 2009 +0100
+++ b/mercurial/patch.py	Sat Jan 03 20:33:37 2009 +0100
@@ -35,7 +35,7 @@
         except IOError:
             raise util.Abort(
                 _("cannot create %s: unable to create destination directory")
-                % dst)            
+                % dst)
 
     util.copyfile(abssrc, absdst)