diff mercurial/patch.py @ 9712:18b134ef294c

kill trailing whitespace
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 05 Nov 2009 10:44:36 +0100
parents 618af2034ca6
children 3f522d2fa633
line wrap: on
line diff
--- 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.