diff hgsubversion/editor.py @ 545:ebd8fb1a05e4

clean up trailing whitespace
author Augie Fackler <durin42@gmail.com>
date Sat, 06 Feb 2010 10:34:49 -0600
parents 8dc759dc9ca9
children 44c56a7727c4
line wrap: on
line diff
--- a/hgsubversion/editor.py
+++ b/hgsubversion/editor.py
@@ -123,7 +123,7 @@ class HgEditor(delta.Editor):
 
     @ieditor
     def delete_entry(self, path, revision_bogus, parent_baton, pool=None):
-        br_path, branch = self.meta.split_branch_path(path)[:2]        
+        br_path, branch = self.meta.split_branch_path(path)[:2]
         if br_path == '':
             if self.meta.get_path_tag(path):
                 # Tag deletion is not handled as branched deletion