[style] apply clang-format-6.0 changes (#3222)

This commit is contained in:
Jonathan Hui
2018-10-29 12:38:06 -07:00
parent 5e4be05907
commit 7c5b15c877
32 changed files with 144 additions and 90 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ elif which clang-format > /dev/null; then
"$CLANG_FORMAT_VERSION"*)
;;
*)
die "clang-format 6.0 required"
die "$(clang-format --version); clang-format 6.0 required"
;;
esac
else