changeset 12086:dba2db7a7c28

util: clean up trailing whitespace
author Augie Fackler <durin42@gmail.com>
date Sat, 28 Aug 2010 21:49:53 -0500
parents 6f833fc3ccab
children a88a4720c2f0
files mercurial/util.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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