From: Martin Kraemer Date: Fri, 26 Jan 2007 01:41:03 +0000 (+0000) Subject: Thrift: indentation X-Git-Tag: 0.2.0~1520 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=50919171b72e3a13daa5fa4159121c0a30e845a2;p=common%2Fthrift.git Thrift: indentation Summary: sigh mixed indentation sytyles. Reviewed By: Slee Test Plan: Test by building.. Revert Plan: revertible Notes: git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664952 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cpp/src/server/TThreadPoolServer.h b/lib/cpp/src/server/TThreadPoolServer.h index aabd6861..e7e71484 100644 --- a/lib/cpp/src/server/TThreadPoolServer.h +++ b/lib/cpp/src/server/TThreadPoolServer.h @@ -19,18 +19,18 @@ public: class Task; TThreadPoolServer(shared_ptr processor, - shared_ptr serverTransport, - shared_ptr transportFactory, + shared_ptr serverTransport, + shared_ptr transportFactory, shared_ptr protocolFactory, - shared_ptr threadManager); + shared_ptr threadManager); TThreadPoolServer(shared_ptr processor, - shared_ptr serverTransport, + shared_ptr serverTransport, shared_ptr inputTransportFactory, shared_ptr outputTransportFactory, shared_ptr inputProtocolFactory, shared_ptr outputProtocolFactory, - shared_ptr threadManager); + shared_ptr threadManager); virtual ~TThreadPoolServer();