Updated to clang-format 7.0.0

This commit is contained in:
Pierre-Olivier Latour
2018-12-14 07:10:03 -08:00
parent 7df465336e
commit bac5b680df
9 changed files with 6 additions and 89 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# brew install clang-format
CLANG_FORMAT_VERSION=`clang-format -version | awk '{ print $3 }'`
if [[ "$CLANG_FORMAT_VERSION" != "5.0.0" ]]; then
if [[ "$CLANG_FORMAT_VERSION" != "7.0.0" ]]; then
echo "Unsupported clang-format version"
exit 1
fi