diff rhodecode/lib/middleware/simplehg.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents a8c66e870bd0
children 89efedac4e6c
line wrap: on
line diff
--- a/rhodecode/lib/middleware/simplehg.py	Thu Dec 29 06:59:07 2011 +0200
+++ b/rhodecode/lib/middleware/simplehg.py	Thu Dec 29 07:35:51 2011 +0200
@@ -225,9 +225,9 @@
     def __inject_extras(self, repo_path, baseui, extras={}):
         """
         Injects some extra params into baseui instance
-        
+
         also overwrites global settings with those takes from local hgrc file
-        
+
         :param baseui: baseui instance
         :param extras: dict with extra params to put into baseui
         """
@@ -249,4 +249,3 @@
             for section in ui_sections:
                 for k, v in repoui.configitems(section):
                     baseui.setconfig(section, k, v)
-