aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar jiangtaoli2016 <jiangtao@google.com>2017-04-10 13:29:16 -0700
committerGravatar jiangtaoli2016 <jiangtao@google.com>2017-04-10 13:29:16 -0700
commitb105f5ae7df41a5a1995c51a24b6feb72d2cc420 (patch)
tree2cc06c6a28e0a02f095a175cd2189f1c3d8802f8 /tools
parent9cb19b8e2429389dc68045aa7f61384f4b03660f (diff)
parent2dfc3af405f3cca65291d239755be0c5e6ed13e7 (diff)
Merge branch 'master' into new_tsi
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 c6e4aabfe6..02e811f664 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/lib src/core/ext src/cpp test/core test/cpp include src/compiler"
+DIRS="src/core/lib src/core/tsi src/core/ext src/cpp test/core test/cpp include src/compiler"
# file matching patterns to check
GLOB="*.h *.c *.cc"