From 4ce6aa4ba7b5cf4ab48319e873d5afdb4660c76d Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 6 Dec 2011 22:34:36 +0100 Subject: Fix dangling whitespace --- Lib/http/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/http/client.py b/Lib/http/client.py index 7062569..24feae8 100644 --- a/Lib/http/client.py +++ b/Lib/http/client.py @@ -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 -- cgit v0.12