diff hgext/convert/common.py @ 5143:d4fa6bafc43a

Remove trailing spaces, fix indentation
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Aug 2007 10:28:43 +0200
parents 39b6eaee6fd7
children 6b4c332f241b
line wrap: on
line diff
--- a/hgext/convert/common.py	Tue Aug 07 10:28:14 2007 +0200
+++ b/hgext/convert/common.py	Tue Aug 07 10:28:43 2007 +0200
@@ -7,7 +7,7 @@
         lines = base64.encodestring(s)
         lines = [l.splitlines()[0] for l in lines]
         return ''.join(lines)
-    
+
     s = pickle.dumps(args)
     return encodearg(s)