Add examples/android/binder/ to clang_format_all_the_things (#27114)

reviewable/pr27175/r1
Ming-Chuan 4 years ago committed by GitHub
parent 5444bdfef5
commit 44fc369f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh

@ -16,7 +16,7 @@
set -e
# directories to run against
DIRS="examples/cpp src/core/lib src/core/tsi src/core/ext src/cpp test/core test/cpp include src/compiler src/csharp src/ruby third_party/address_sorting src/objective-c tools/distrib/python"
DIRS="examples/cpp examples/android/binder src/core/lib src/core/tsi src/core/ext src/cpp test/core test/cpp include src/compiler src/csharp src/ruby third_party/address_sorting src/objective-c tools/distrib/python"
# file matching patterns to check
GLOB="*.h *.c *.cc *.m *.mm"

Loading…
Cancel
Save