mercurial/patch.py
changeset 9712 18b134ef294c
parent 9684 618af2034ca6
child 9725 3f522d2fa633
--- a/mercurial/patch.py	Thu Nov 05 01:11:28 2009 +0100
+++ b/mercurial/patch.py	Thu Nov 05 10:44:36 2009 +0100
@@ -300,7 +300,7 @@
         finally:
             fp.close()
 
-    def writelines(self, fname, lines):        
+    def writelines(self, fname, lines):
         # Ensure supplied data ends in fname, being a regular file or
         # a symlink. updatedir() will -too magically- take care of
         # setting it to the proper type afterwards.