diff hgext/convert/p4.py @ 8843:eb7b247a98ea

kill trailing whitespace
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 19 Jun 2009 13:47:50 +0200
parents ce4b92f5cea7
children 8761863c3118 6ea653272c09
line wrap: on
line diff
--- a/hgext/convert/p4.py	Fri Jun 19 13:44:23 2009 +0200
+++ b/hgext/convert/p4.py	Fri Jun 19 13:47:50 2009 +0200
@@ -159,7 +159,7 @@
 
             if code == "error":
                 raise IOError(d["generic"], data)
-            
+
             elif code == "stat":
                 p4type = self.re_type.match(d["type"])
                 if p4type:
@@ -173,7 +173,7 @@
                         keywords = self.re_keywords_old
                     elif "k" in flags:
                         keywords = self.re_keywords
-            
+
             elif code == "text" or code == "binary":
                 contents += data