From: Senthil Kumaran Date: Sun, 7 Aug 2011 02:03:58 +0000 (+0800) Subject: whitespace fix. X-Git-Tag: v2.7.3rc1~531 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef651ac162e131c80310ad3db3c4634a01949904;p=thirdparty%2FPython%2Fcpython.git whitespace fix. --- diff --git a/Lib/urllib.py b/Lib/urllib.py index 0498a438736b..1d65ce5078ae 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py @@ -1599,4 +1599,3 @@ def reporthook(blocknum, blocksize, totalsize): # Report during remote transfers print "Block number: %d, Block size: %d, Total size: %d" % ( blocknum, blocksize, totalsize) -