diff hgext/convert/darcs.py @ 9712:18b134ef294c

kill trailing whitespace
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 05 Nov 2009 10:44:36 +0100
parents 53a95a744812
children 25e572394f5c
line wrap: on
line diff
--- a/hgext/convert/darcs.py	Thu Nov 05 01:11:28 2009 +0100
+++ b/hgext/convert/darcs.py	Thu Nov 05 10:44:36 2009 +0100
@@ -118,7 +118,7 @@
             output, status = self.run('revert', all=True, repodir=self.tmppath)
             self.checkexit(status, output)
 
-    def getchanges(self, rev):        
+    def getchanges(self, rev):
         copies = {}
         changes = []
         man = None