summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-09-24 21:51:48 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-09-24 21:52:05 +0200
commit31c0f6ca338ded9420a9f35df4323c3da0d8e2cd (patch)
tree9e82497752654db1b6a80ebef31c49be695ec9d4
parentMerge pull request #7069 from lioncash/uuid (diff)
downloadyuzu-31c0f6ca338ded9420a9f35df4323c3da0d8e2cd.tar
yuzu-31c0f6ca338ded9420a9f35df4323c3da0d8e2cd.tar.gz
yuzu-31c0f6ca338ded9420a9f35df4323c3da0d8e2cd.tar.bz2
yuzu-31c0f6ca338ded9420a9f35df4323c3da0d8e2cd.tar.lz
yuzu-31c0f6ca338ded9420a9f35df4323c3da0d8e2cd.tar.xz
yuzu-31c0f6ca338ded9420a9f35df4323c3da0d8e2cd.tar.zst
yuzu-31c0f6ca338ded9420a9f35df4323c3da0d8e2cd.zip
-rw-r--r--.ci/scripts/format/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/format/script.sh b/.ci/scripts/format/script.sh
index 969ab637c..c2550c966 100644
--- a/.ci/scripts/format/script.sh
+++ b/.ci/scripts/format/script.sh
@@ -7,7 +7,7 @@ if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .ci* dis
fi
# Default clang-format points to default 3.5 version one
-CLANG_FORMAT=clang-format-10
+CLANG_FORMAT=clang-format-12
$CLANG_FORMAT --version
if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then