Whitespace normalization.
diff --git a/Lib/httplib.py b/Lib/httplib.py
index 9527e29..efd4842 100644
--- a/Lib/httplib.py
+++ b/Lib/httplib.py
@@ -768,7 +768,7 @@
 
         if self.debuglevel > 0:
             response = self.response_class(self.sock, self.debuglevel,
-                                           strict=self.strict, 
+                                           strict=self.strict,
                                            method=self._method)
         else:
             response = self.response_class(self.sock, strict=self.strict,