| commit | 74260aa9099c3bb209bc8e524b0e8ba603f62c41 | [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 10:02:08 2014 +0100 |
| tree | 07ff24e0bed1f74da57e56feb38ea6bae063629c | |
| parent | ca7e97e0423e785bd7a6b7b8400e67897975e7f6 [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