From a48e9d3d80c2c919286eac104d8df97e550bd7ca Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 6 Oct 2021 21:29:15 +0900 Subject: [PATCH] Add bpf to clang-format --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 99f03237..79174a5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,4 +62,4 @@ clang-format: test -z $${CLANGFORMAT} && CLANGFORMAT="clang-format"; \ $${CLANGFORMAT} -i lib/*.{c,h} lib/includes/nghttp2/*.h \ src/*.{c,cc,h} src/includes/nghttp2/*.h examples/*.{c,cc} \ - tests/*.{c,h} + tests/*.{c,h} bpf/*.c