commit | 80d0728e6d5d3d623cda26a1bfe93d2eac4a8d3e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 20 10:56:22 2020 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu May 21 18:43:34 2020 +0000 |
tree | 609b98f2f38a2351a27f005a601a44b954104c62 | |
parent | 8439ac5bd7bc6a1dc1d638e7b9bea140600cc914 [diff] [blame] |
clang: upgrade to clang-10 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I53413a2c857a7f6b4a32694d308e7d357e92dc18
diff --git a/scripts/format-code.sh b/scripts/format-code.sh index 762ea31..dc378f8 100755 --- a/scripts/format-code.sh +++ b/scripts/format-code.sh
@@ -25,7 +25,7 @@ fi # Allow called scripts to know which clang format we are using -export CLANG_FORMAT="clang-format-8" +export CLANG_FORMAT="clang-format-10" IGNORE_FILE=".clang-ignore" declare -a IGNORE_LIST