aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-14 12:47:37 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-14 12:47:37 -0800
commit21c0ebf6d4f89baedf726cb2d23c2f253d14a27d (patch)
tree17960865c72cdde9a1d2ea71eca745317939d590 /tools/distrib
parent2e18d43930067472dd020f2507ebd1d868d1f978 (diff)
parentd212b33553c61314c0cfc3490061f174fcaa36db (diff)
Merge pull request #4653 from murgatroid99/release-0_12_master_merge
Release 0 12 master merge
Diffstat (limited to 'tools/distrib')
-rwxr-xr-xtools/distrib/check_copyright.py1
-rwxr-xr-xtools/distrib/clang_format_code.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index d6f2809e57..0c0669083a 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -161,4 +161,3 @@ for filename in subprocess.check_output('git ls-tree -r --name-only -r HEAD',
ok = False
sys.exit(0 if ok else 1)
-
diff --git a/tools/distrib/clang_format_code.sh b/tools/distrib/clang_format_code.sh
index 612074acdf..6bfa278cae 100755
--- a/tools/distrib/clang_format_code.sh
+++ b/tools/distrib/clang_format_code.sh
@@ -38,4 +38,3 @@ docker build -t grpc_clang_format tools/dockerfile/grpc_clang_format
# run clang-format against the checked out codebase
docker run -e TEST=$TEST --rm=true -v ${HOST_GIT_ROOT:-`pwd`}:/local-code -t grpc_clang_format /clang_format_all_the_things.sh
-