diff rhodecode/controllers/pullrequests.py @ 3394:fe2bb88bf7ac beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 21 Feb 2013 02:31:21 +0100
parents cb40b3f6428c
children bbe21df7ad48
line wrap: on
line diff
--- a/rhodecode/controllers/pullrequests.py	Thu Feb 21 02:30:56 2013 +0100
+++ b/rhodecode/controllers/pullrequests.py	Thu Feb 21 02:31:21 2013 +0100
@@ -141,7 +141,7 @@
                              c.default_other_refs, class_='refs')
         }
 
-        # gather forks and add to this list ... even though it is rare to 
+        # gather forks and add to this list ... even though it is rare to
         # request forks to pull their parent
         for fork in org_repo.forks:
             c.other_repos.append((fork.repo_name, fork.repo_name))