mercurial/manifest.py
changeset 3215 53e843840349
parent 3189 f3b939444c72
child 3607 f4c9bb4ad7b1
--- a/mercurial/manifest.py
+++ b/mercurial/manifest.py
@@ -53,7 +53,7 @@ class manifest(revlog):
         for f, n in self.parselines(delta):
             deltamap.rawset(f, n)
         return deltamap
-            
+
     def read(self, node):
         if node == nullid: return manifestdict() # don't upset local cache
         if self.mapcache and self.mapcache[0] == node: