# HG changeset patch # User Augie Fackler # Date 1283050193 18000 # Node ID dba2db7a7c28fdfe054fd689ba790530da521379 # Parent 6f833fc3ccabd204173bee24ed725269d8475932 util: clean up trailing whitespace diff -r 6f833fc3ccab -r dba2db7a7c28 mercurial/util.py --- 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