diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-28 17:22:01 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-28 17:22:01 -0700 |
commit | 71a0f9d3b02ea51b17581e7b655bb48e85f6e553 (patch) | |
tree | 0b434e3aa484cf83ff7b66fb2762c2f0435a833d /tools/dockerfile | |
parent | eff4419b2a33777072cd7846650f552cb7c5e509 (diff) |
Fix clang-format script
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 5aa265800d..5da9dfabba 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 @@ -4,7 +4,7 @@ DIRS="src/core src/cpp test/core test/cpp include" # file matching patterns to check -GLOB="*.h *.cpp" +GLOB="*.h *.c *.cc" # clang format command CLANG_FORMAT=clang-format-3.6 |