Thrift: indentation
authorMartin Kraemer <martin@apache.org>
Fri, 26 Jan 2007 01:41:03 +0000 (01:41 +0000)
committerMartin Kraemer <martin@apache.org>
Fri, 26 Jan 2007 01:41:03 +0000 (01:41 +0000)
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

index aabd686..e7e7148 100644 (file)
@@ -19,18 +19,18 @@ public:
   class Task;
   
   TThreadPoolServer(shared_ptr<TProcessor> processor,
-                   shared_ptr<TServerTransport> serverTransport,
-                   shared_ptr<TTransportFactory> transportFactory,
+                    shared_ptr<TServerTransport> serverTransport,
+                    shared_ptr<TTransportFactory> transportFactory,
                     shared_ptr<TProtocolFactory> protocolFactory,
-                   shared_ptr<ThreadManager> threadManager);
+                    shared_ptr<ThreadManager> threadManager);
 
   TThreadPoolServer(shared_ptr<TProcessor> processor,
-                   shared_ptr<TServerTransport> serverTransport,
+                    shared_ptr<TServerTransport> serverTransport,
                     shared_ptr<TTransportFactory> inputTransportFactory,
                     shared_ptr<TTransportFactory> outputTransportFactory,
                     shared_ptr<TProtocolFactory> inputProtocolFactory,
                     shared_ptr<TProtocolFactory> outputProtocolFactory, 
-                   shared_ptr<ThreadManager> threadManager);
+                    shared_ptr<ThreadManager> threadManager);
 
   virtual ~TThreadPoolServer();