diff mercurial/patch.py @ 3223:53e843840349

Whitespace/Tab cleanup
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 01 Oct 2006 19:26:33 +0200
parents 096f1c73cdc3
children 35d61e653174
line wrap: on
line diff
--- a/mercurial/patch.py	Thu Sep 21 21:24:53 2006 +0200
+++ b/mercurial/patch.py	Sun Oct 01 19:26:33 2006 +0200
@@ -128,7 +128,7 @@
             self.op = 'MODIFY'
             self.copymod = False
             self.lineno = 0
-    
+
     # Filter patch for git information
     gitre = re.compile('diff --git a/(.*) b/(.*)')
     pf = file(patchname)