From 2906a3e6a52366b5893b6eb94d0350c0f653da78 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Mon, 15 Apr 2024 18:56:14 +0100 Subject: [PATCH] Updated clang-format command --- .ci/clang-format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/clang-format.sh b/.ci/clang-format.sh index 8aa078f09..72429c453 100755 --- a/.ci/clang-format.sh +++ b/.ci/clang-format.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-15 +CLANG_FORMAT=clang-format-18 $CLANG_FORMAT --version if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then