diff rhodecode/controllers/files.py @ 3267:7b74079beec9 beta

coding style: fix trailing and leading spaces and tabs
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 01:22:44 +0100
parents f5dd76e2a7af
children 4725d097c3c0
line wrap: on
line diff
--- a/rhodecode/controllers/files.py	Wed Jan 30 00:06:36 2013 +0100
+++ b/rhodecode/controllers/files.py	Wed Jan 30 01:22:44 2013 +0100
@@ -163,7 +163,7 @@
                                     else file_last_cs)
                 #determine if we're on branch head
                 _branches = c.rhodecode_repo.branches
-                c.on_branch_head = revision in _branches.keys() + _branches.values() 
+                c.on_branch_head = revision in _branches.keys() + _branches.values()
                 _hist = []
                 c.file_history = []
                 if c.load_full_history: