diff hgext/convert/__init__.py @ 4957:cdd33a048289

removed trailing whitespace
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 21 Jul 2007 10:30:51 +0200
parents ad09ce1d393c
children 71fed370b7a7
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Fri Jul 20 09:31:32 2007 +0200
+++ b/hgext/convert/__init__.py	Sat Jul 21 10:30:51 2007 +0200
@@ -192,7 +192,7 @@
     def copy(self, rev):
         c = self.commitcache[rev]
         files = self.source.getchanges(rev)
-        
+
         do_copies = (hasattr(c, 'copies') and hasattr(self.dest, 'copyfile'))
 
         for f, v in files: