commit | 16a23a6618754a5a87aeb8df99a72516b0272fb3 | [log] [tgz] |
---|---|---|
author | Konrad Grochowski <hcorg@apache.org> | Thu Nov 13 15:33:38 2014 +0100 |
committer | Konrad Grochowski <hcorg@apache.org> | Tue Nov 18 11:39:10 2014 +0100 |
tree | 3d3a5250cc06e9010c0e0bef5eed4454a3c6be18 | |
parent | 240120c8434b49d1f76d207aff4e3530d3ada14b [diff] [blame] |
THRIFT-2729: C++ - .clang-format created and applied Client: C++ Patch: Konrad Grochowski make style command added
diff --git a/tutorial/cpp/Makefile.am b/tutorial/cpp/Makefile.am index 9768c51..3b38240 100755 --- a/tutorial/cpp/Makefile.am +++ b/tutorial/cpp/Makefile.am
@@ -76,6 +76,9 @@ tutorialclient: all ./TutorialClient +style-local: + $(CPPSTYLE_CMD) + EXTRA_DIST = \ CppClient.cpp \ CppServer.cpp