diff mercurial/hgweb/webcommands.py @ 7434:cf7741aa1e96

kill some trailing spaces
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 27 Nov 2008 16:07:13 +0100
parents f1111704061e
children 5f162f61e479
line wrap: on
line diff
--- a/mercurial/hgweb/webcommands.py	Thu Nov 27 01:35:12 2008 +0100
+++ b/mercurial/hgweb/webcommands.py	Thu Nov 27 16:07:13 2008 +0100
@@ -562,7 +562,7 @@
                          "branch": webutil.nodebranchnodefault(ctx),
                          "inbranch": webutil.nodeinbranch(web.repo, ctx),
                          "branches": webutil.nodebranchdict(web.repo, ctx)})
-                     
+
         if limit > 0:
             l = l[:limit]