diff rhodecode/lib/helpers.py @ 2367:86aa4f1f130b beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Jun 2012 17:59:57 +0200
parents 79b3c9c66c54
children bc2d8c03c050
line wrap: on
line diff
--- a/rhodecode/lib/helpers.py	Fri Jun 01 17:59:31 2012 +0200
+++ b/rhodecode/lib/helpers.py	Fri Jun 01 17:59:57 2012 +0200
@@ -454,7 +454,7 @@
 
             if isinstance(rev, BaseChangeset):
                 lbl = 'r%s:%s' % (rev.revision, rev.short_id)
-                _url = url('changeset_home', repo_name=repo_name, 
+                _url = url('changeset_home', repo_name=repo_name,
                            revision=rev.raw_id)
                 title = tooltip(rev.message)
             else: