diff hgext/imerge.py @ 5143:d4fa6bafc43a

Remove trailing spaces, fix indentation
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Aug 2007 10:28:43 +0200
parents 12930b97a729
children 1d5ebb0d366f
line wrap: on
line diff
--- a/hgext/imerge.py	Tue Aug 07 10:28:14 2007 +0200
+++ b/hgext/imerge.py	Tue Aug 07 10:28:43 2007 +0200
@@ -340,7 +340,7 @@
         rev = opts.get('rev')
         if rev and args:
             raise util.Abort('please specify just one revision')
-        
+
         if len(args) == 2 and args[0] == 'load':
             pass
         else: