commit | 240120c8434b49d1f76d207aff4e3530d3ada14b | [log] [tgz] |
---|---|---|
author | Konrad Grochowski <hcorg@apache.org> | Tue Nov 18 11:33:31 2014 +0100 |
committer | Konrad Grochowski <hcorg@apache.org> | Tue Nov 18 11:33:31 2014 +0100 |
tree | 98cdcc1834ff0d96ef40fe4e927aa607af5c578e | |
parent | 74260aa9099c3bb209bc8e524b0e8ba603f62c41 [diff] [blame] |
Revert "THRIFT-2729: C++ - .clang-format created and applied" This reverts commit 74260aa9099c3bb209bc8e524b0e8ba603f62c41.
diff --git a/tutorial/cpp/CppClient.cpp b/tutorial/cpp/CppClient.cpp index 258cbd6..4475338 100644 --- a/tutorial/cpp/CppClient.cpp +++ b/tutorial/cpp/CppClient.cpp
@@ -76,4 +76,5 @@ } catch (TException& tx) { cout << "ERROR: " << tx.what() << endl; } + }