diff mercurial/patch.py @ 4659:7a7d4937272b

Kill trailing spaces
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 21 Jun 2007 09:25:49 +0200
parents 50252ea60549
children 5ee5cbfceff3
line wrap: on
line diff
--- a/mercurial/patch.py
+++ b/mercurial/patch.py
@@ -303,7 +303,7 @@ def patch(patchname, ui, strip=1, cwd=No
             # Try to be smart only if patch call was not supplied
             if util.needbinarypatch():
                 args.append('--binary')
-                
+
         if not patcher:
             raise util.Abort(_('no patch command found in hgrc or PATH'))