diff options
author | jboeuf <jboeuf@users.noreply.github.com> | 2017-04-10 13:09:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-10 13:09:37 -0700 |
commit | 2dfc3af405f3cca65291d239755be0c5e6ed13e7 (patch) | |
tree | 82a2e7644cde3c7af45d0cd1151753198f5d128c /tools | |
parent | e8bad1eb93612ac700170ba2f31838628529546f (diff) | |
parent | 935d02ebd43abafb844942d5b89c3237642ed27b (diff) |
Merge pull request #10537 from jboeuf/ssl_factory_cleanup
Cleanup of tsi ssl handshaker factories.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh | 2 |
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" |