Thrift: standardize coding style
authorMark Slee <mcslee@apache.org>
Tue, 5 Sep 2006 21:05:31 +0000 (21:05 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 5 Sep 2006 21:05:31 +0000 (21:05 +0000)
commitf5f2be46a3d7c13daf6e47f0962a2e64363d825c
tree170b85efefa0cfac0799cc7ec9f8b87e44189480
parentc9676569adfba12a1378eec1c75c6036e7912d9e
Thrift: standardize coding style

Summary: Standardize indentation, spacing, #defines etc.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664784 13f79535-47bb-0310-9956-ffa450edef68
30 files changed:
lib/cpp/src/TProcessor.h
lib/cpp/src/Thrift.h
lib/cpp/src/concurrency/Exception.h
lib/cpp/src/concurrency/Monitor.cc
lib/cpp/src/concurrency/Monitor.h
lib/cpp/src/concurrency/Mutex.cc
lib/cpp/src/concurrency/Mutex.h
lib/cpp/src/concurrency/PosixThreadFactory.cc
lib/cpp/src/concurrency/PosixThreadFactory.h
lib/cpp/src/concurrency/Thread.h
lib/cpp/src/concurrency/ThreadManager.cc
lib/cpp/src/concurrency/ThreadManager.h
lib/cpp/src/concurrency/TimerManager.cc
lib/cpp/src/concurrency/TimerManager.h
lib/cpp/src/concurrency/Util.h
lib/cpp/src/concurrency/test/Tests.cc
lib/cpp/src/concurrency/test/ThreadFactoryTests.h
lib/cpp/src/concurrency/test/ThreadManagerTests.h
lib/cpp/src/concurrency/test/TimerManagerTests.h
lib/cpp/src/protocol/TBinaryProtocol.h
lib/cpp/src/protocol/TProtocol.h
lib/cpp/src/transport/TBufferedTransport.h
lib/cpp/src/transport/TChunkedTransport.h
lib/cpp/src/transport/TNullTransport.h
lib/cpp/src/transport/TServerSocket.h
lib/cpp/src/transport/TServerTransport.h
lib/cpp/src/transport/TSocket.h
lib/cpp/src/transport/TTransport.h
lib/cpp/src/transport/TTransportException.h
test/cpp/src/TestServer.cc