mercurial/util.py
changeset 12086 dba2db7a7c28
parent 12079 41e56e07eef5
child 12087 a88a4720c2f0
--- a/mercurial/util.py	Mon Aug 30 14:38:24 2010 +0200
+++ b/mercurial/util.py	Sat Aug 28 21:49:53 2010 -0500
@@ -950,7 +950,7 @@
                 buf += chunk
 
         return buf
-        
+
 def filechunkiter(f, size=65536, limit=None):
     """Create a generator that produces the data in the file size
     (default 65536) bytes at a time, up to optional limit (default is