mercurial/hgweb/hgwebdir_mod.py
changeset 6210 942287cb1f57
parent 6046 588ad9227b63
child 6217 fe8dbbe9520d
--- a/mercurial/hgweb/hgwebdir_mod.py	Fri Mar 07 00:01:13 2008 +0100
+++ b/mercurial/hgweb/hgwebdir_mod.py	Fri Mar 07 00:24:36 2008 +0100
@@ -97,7 +97,7 @@
                     return
 
                 # nested indexes and hgwebs
-                
+
                 repos = dict(self.repos)
                 while virtual:
                     real = repos.get(virtual)