Whoops there were 2 extra spaces in this code
authorMark Slee <mcslee@apache.org>
Tue, 27 Feb 2007 05:18:07 +0000 (05:18 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 27 Feb 2007 05:18:07 +0000 (05:18 +0000)
Summary: That bothers me.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665023 13f79535-47bb-0310-9956-ffa450edef68

lib/cpp/src/transport/THttpClient.cpp

index 7ee83fc..3e611ff 100644 (file)
@@ -15,7 +15,7 @@ using namespace std;
 static const char* CRLF = "\r\n";
 static const int CRLF_LEN = 2;
 
-  THttpClient::THttpClient(boost::shared_ptr<TTransport> transport, string host, string path) :
+THttpClient::THttpClient(boost::shared_ptr<TTransport> transport, string host, string path) :
   transport_(transport),
   host_(host),
   path_(path),