diff options
author | Alexander Polcyn <apolcyn@google.com> | 2017-04-26 14:18:39 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2017-04-26 14:18:39 -0700 |
commit | f5521c33f9094f2f1e416764c4d2020237d65bc6 (patch) | |
tree | e8ef2105ec499e1ebf6e840bb0140e5f1c29550d /tools/dockerfile | |
parent | 79759fea1abd09102d38af3e13a84b69e898124b (diff) |
Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing
changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca.
Diffstat (limited to 'tools/dockerfile')
-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 82b96e086e..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/tsi src/core/ext src/cpp test/core test/cpp include src/compiler src/node src/csharp src/ruby" +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" |