diff mercurial/store.py @ 7236:db6fbb785800

Remove trailing spaces.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 24 Oct 2008 15:00:40 +0200
parents 7946503ec76e
children 810ca383da9c
line wrap: on
line diff
--- a/mercurial/store.py	Fri Oct 24 14:58:24 2008 +0200
+++ b/mercurial/store.py	Fri Oct 24 15:00:40 2008 +0200
@@ -279,7 +279,7 @@
             fp.close()
 
     def copylist(self):
-        d = _data + ' dh fncache' 
+        d = _data + ' dh fncache'
         return (['requires', '00changelog.i'] +
                 [self.pathjoiner('store', f) for f in d.split()])