From 3846a97dda1dd665f72a2623daf4539c0a52bb8e Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Thu, 27 Feb 2025 17:19:28 +0000 Subject: [PATCH] ci: Fixed incorrect 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..01aa75adf 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-19 $CLANG_FORMAT --version if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then