summaryrefslogtreecommitdiff
path: root/lib/cpp/test/RecursiveTest.cpp
diff options
context:
space:
mode:
authorKonrad Grochowski <hcorg@apache.org>2014-11-18 11:33:31 +0100
committerKonrad Grochowski <hcorg@apache.org>2014-11-18 11:33:31 +0100
commit240120c8434b49d1f76d207aff4e3530d3ada14b (patch)
tree98cdcc1834ff0d96ef40fe4e927aa607af5c578e /lib/cpp/test/RecursiveTest.cpp
parent74260aa9099c3bb209bc8e524b0e8ba603f62c41 (diff)
downloadthrift-240120c8434b49d1f76d207aff4e3530d3ada14b.tar.gz
Revert "THRIFT-2729: C++ - .clang-format created and applied"
This reverts commit 74260aa9099c3bb209bc8e524b0e8ba603f62c41.
Diffstat (limited to 'lib/cpp/test/RecursiveTest.cpp')
-rw-r--r--lib/cpp/test/RecursiveTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/cpp/test/RecursiveTest.cpp b/lib/cpp/test/RecursiveTest.cpp
index a74be918e..24c0f7cd3 100644
--- a/lib/cpp/test/RecursiveTest.cpp
+++ b/lib/cpp/test/RecursiveTest.cpp
@@ -27,7 +27,7 @@
using apache::thrift::transport::TMemoryBuffer;
using apache::thrift::protocol::TBinaryProtocol;
-using boost::shared_ptr;
+ using boost::shared_ptr;
int main() {
shared_ptr<TMemoryBuffer> buf(new TMemoryBuffer());
@@ -71,4 +71,5 @@ int main() {
assert(false);
} catch (const apache::thrift::protocol::TProtocolException& e) {
}
+
}