You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2019/01/26 16:54:04 UTC

[trafficserver] branch master updated: Cleanup: remove lib/cppapi from clang-format, it's been moved.

This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new ad3b951  Cleanup: remove lib/cppapi from clang-format, it's been moved.
ad3b951 is described below

commit ad3b95123d43b7ebf8ef24fb3cb6e4df444b865c
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Fri Jan 25 20:52:54 2019 -0600

    Cleanup: remove lib/cppapi from clang-format, it's been moved.
---
 Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index e04aa9a..15a411a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,7 +135,6 @@ clang-format-iocore:
 
 clang-format-lib:
 	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/include
-	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/lib/cppapi
 	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/lib/records
 
 clang-format-mgmt: