diff mercurial/localrepo.py @ 5081:ea7b982b6c08

Remove trailing spaces
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Aug 2007 10:24:33 +0200
parents f0c25ed40ec6
children 2ffe3e2a1ac2 bddb4ff134c0
line wrap: on
line diff
--- a/mercurial/localrepo.py	Mon Aug 06 20:25:50 2007 +0200
+++ b/mercurial/localrepo.py	Tue Aug 07 10:24:33 2007 +0200
@@ -124,7 +124,7 @@
             fp.write('%s %s\n' % (hex(node), munge and munge(name) or name))
             fp.close()
             self.hook('tag', node=hex(node), tag=name, local=local)
-            
+
         prevtags = ''
         if local:
             try: