From: David Reiss Date: Mon, 18 Oct 2010 17:25:13 +0000 (+0000) Subject: cpp: Add a little extra whitespace to TDebugProtocol.cpp X-Git-Tag: 0.6.0~69 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f770befe173280bf25942294814eb8f9f3e95906;p=common%2Fthrift.git cpp: Add a little extra whitespace to TDebugProtocol.cpp git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1023912 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cpp/src/protocol/TDebugProtocol.cpp b/lib/cpp/src/protocol/TDebugProtocol.cpp index 40aa36ba..93980f08 100644 --- a/lib/cpp/src/protocol/TDebugProtocol.cpp +++ b/lib/cpp/src/protocol/TDebugProtocol.cpp @@ -150,9 +150,9 @@ uint32_t TDebugProtocol::writeMessageBegin(const std::string& name, const int32_t seqid) { string mtype; switch (messageType) { - case T_CALL : mtype = "call" ; break; - case T_REPLY : mtype = "reply" ; break; - case T_EXCEPTION : mtype = "exn" ; break; + case T_CALL : mtype = "call" ; break; + case T_REPLY : mtype = "reply" ; break; + case T_EXCEPTION : mtype = "exn" ; break; } uint32_t size = writeIndented("(" + mtype + ") " + name + "(");