mercurial/patch.py
changeset 3223 53e843840349
parent 3199 096f1c73cdc3
child 3231 35d61e653174
--- 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)