mercurial/hgweb/hgwebdir_mod.py
changeset 3215 53e843840349
parent 3213 d7d53e3d9590
child 3261 1e322b44b366
--- a/mercurial/hgweb/hgwebdir_mod.py
+++ b/mercurial/hgweb/hgwebdir_mod.py
@@ -37,7 +37,7 @@ class hgwebdir(object):
                 if cp.has_option('web', 'motd'):
                     self.motd = cp.get('web', 'motd')
                 if cp.has_option('web', 'style'):
-		    self.style = cp.get('web', 'style')
+                    self.style = cp.get('web', 'style')
             if cp.has_section('paths'):
                 self.repos.extend(cleannames(cp.items('paths')))
             if cp.has_section('collections'):