diff mercurial/hgweb/hgwebdir_mod.py @ 3223:53e843840349

Whitespace/Tab cleanup
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 01 Oct 2006 19:26:33 +0200
parents d7d53e3d9590
children 1e322b44b366
line wrap: on
line diff
--- a/mercurial/hgweb/hgwebdir_mod.py	Thu Sep 21 21:24:53 2006 +0200
+++ b/mercurial/hgweb/hgwebdir_mod.py	Sun Oct 01 19:26:33 2006 +0200
@@ -37,7 +37,7 @@
                 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'):