diff mercurial/store.py @ 10339:23e608f42f2c

fix spaces/identation issues
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 05 Feb 2010 18:50:08 +0100
parents 08a0f04b56bd
children d5bd1beff794
line wrap: on
line diff
--- a/mercurial/store.py	Wed Feb 03 16:09:19 2010 +0000
+++ b/mercurial/store.py	Fri Feb 05 18:50:08 2010 +0100
@@ -293,7 +293,7 @@
             if (mode not in ('r', 'rb')
                 and path.startswith('data/')
                 and path not in fnc):
-                    fnc.add(path)
+                fnc.add(path)
             return op(hybridencode(path), mode, *args, **kw)
         self.opener = fncacheopener