changeset 6528:bd6bf5798f39

remove trailing whitespace introduced in cfeeac24fc1e
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 12 Apr 2008 20:03:54 +0200
parents 4d2cd2d26a4b
children 0c611355481b
files mercurial/localrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py	Sat Apr 12 06:37:38 2008 +0300
+++ b/mercurial/localrepo.py	Sat Apr 12 20:03:54 2008 +0200
@@ -478,7 +478,7 @@
 
     def rjoin(self, f):
         return os.path.join(self.root, util.pconvert(f))
-        
+
     def file(self, f):
         if f[0] == '/':
             f = f[1:]