diff hgext/convert/__init__.py @ 5117:d4fa6bafc43a

Remove trailing spaces, fix indentation
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Aug 2007 10:28:43 +0200
parents 18abf13064cb
children 6b4c332f241b
line wrap: on
line diff
--- a/hgext/convert/__init__.py
+++ b/hgext/convert/__init__.py
@@ -326,7 +326,7 @@ class filemapper(object):
             except KeyError, err:
                 pass
         return '', name, ''
-        
+
     def __call__(self, name):
         if self.include:
             inc = self.lookup(name, self.include)[0]