]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix dangling whitespace
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 6 Dec 2011 21:34:36 +0000 (22:34 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 6 Dec 2011 21:34:36 +0000 (22:34 +0100)
Lib/http/client.py

index 70625699b9e0df5f33f8216d9c80cbb08a6d4976..24feae8e3e00b9a662ae3a460b84f8e5b980be1a 100644 (file)
@@ -599,7 +599,7 @@ class HTTPResponse(io.RawIOBase):
                         break
                 except ValueError:
                     raise IncompleteRead(bytes(b[0:total_bytes]))
-                    
+
             if len(mvb) < chunk_left:
                 n = self._safe_readinto(mvb)
                 self.chunk_left = chunk_left - n