aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-01 07:09:26 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-01 07:09:26 -0700
commit17325f825c8bc9d0083d68ee49f11974fcbd3e44 (patch)
tree0a8c3a75bb990ad2795ae663cd9fe4932695519e /tools
parentf05779664d6c4e40db2a8f8d332eaf844558098e (diff)
parentd0bcc43261c4b3248fb6bed68c7c42e13d35a465 (diff)
Merge branch 'optionalize_census' into optionalize_resolvers
Diffstat (limited to 'tools')
-rwxr-xr-xtools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh b/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh
index 830d018304..6f4155944c 100755
--- a/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh
+++ b/tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh
@@ -31,7 +31,7 @@
set -e
# directories to run against
-DIRS="src/core src/cpp test/core test/cpp include"
+DIRS="src/core/lib src/core/ext src/cpp test/core test/cpp include"
# file matching patterns to check
GLOB="*.h *.c *.cc"