From 50919171b72e3a13daa5fa4159121c0a30e845a2 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Fri, 26 Jan 2007 01:41:03 +0000 Subject: [PATCH] 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 --- lib/cpp/src/server/TThreadPoolServer.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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(); -- 2.17.1