From: Mark Slee Date: Tue, 27 Feb 2007 05:18:07 +0000 (+0000) Subject: Whoops there were 2 extra spaces in this code X-Git-Tag: 0.2.0~1449 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=a2c760b7928bc72c2770275d9431742e48c55f6d;p=common%2Fthrift.git Whoops there were 2 extra spaces in this code Summary: That bothers me. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665023 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cpp/src/transport/THttpClient.cpp b/lib/cpp/src/transport/THttpClient.cpp index 7ee83fc3..3e611ffc 100644 --- a/lib/cpp/src/transport/THttpClient.cpp +++ b/lib/cpp/src/transport/THttpClient.cpp @@ -15,7 +15,7 @@ using namespace std; static const char* CRLF = "\r\n"; static const int CRLF_LEN = 2; - THttpClient::THttpClient(boost::shared_ptr transport, string host, string path) : +THttpClient::THttpClient(boost::shared_ptr transport, string host, string path) : transport_(transport), host_(host), path_(path),