hgext/convert/common.py
changeset 5143 d4fa6bafc43a
parent 5127 39b6eaee6fd7
child 5173 6b4c332f241b
--- 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)