remove trailing whitespace introduced in cfeeac24fc1e
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 12 Apr 2008 20:03:54 +0200
changeset 6528 bd6bf5798f39
parent 6527 4d2cd2d26a4b
child 6529 0c611355481b
remove trailing whitespace introduced in cfeeac24fc1e
mercurial/localrepo.py
--- 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:]