changeset 610:ec6d4146d5ca

git_handler: clean up trailing whitespace
author Augie Fackler <raf@durin42.com>
date Tue, 17 Sep 2013 09:58:12 -0400
parents 47df57f2bb2b
children 30d502905da9
files hggit/git_handler.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/git_handler.py
+++ b/hggit/git_handler.py
@@ -994,7 +994,7 @@
                         if not ref.endswith('^{}')
                         and ( ref.startswith('refs/heads/') or ref.startswith('refs/tags/') ) ]
             want = [x for x in want if x not in self.git]
-            
+
             return want
         try:
             progress = GitProgress(self.ui)