mercurial/patch.py
changeset 3215 53e843840349
parent 3192 096f1c73cdc3
child 3223 35d61e653174
--- a/mercurial/patch.py
+++ b/mercurial/patch.py
@@ -128,7 +128,7 @@ def readgitpatch(patchname):
             self.op = 'MODIFY'
             self.copymod = False
             self.lineno = 0
-    
+
     # Filter patch for git information
     gitre = re.compile('diff --git a/(.*) b/(.*)')
     pf = file(patchname)