From 5938a18131c29659c9cf8e260277e3497d390dbb Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Wed, 18 Feb 2026 10:35:04 +0800 Subject: [PATCH] [Chore] (Scripts): Upgrade clang-format --- scripts/format_code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/format_code.sh b/scripts/format_code.sh index f2f7951c..eb3bff6e 100755 --- a/scripts/format_code.sh +++ b/scripts/format_code.sh @@ -18,7 +18,7 @@ cd "$(dirname "$0")" || { printf "%s\n" "Cannot cd to script dir"; exit 1; } DIR="../MobileGL" CLANG_FORMAT_CONFIG="../.clang-format" -CLANG_FORMAT_PATH="$(command -v clang-format-21 2>/dev/null || true)" +CLANG_FORMAT_PATH="$(command -v clang-format-23 2>/dev/null || true)" if [ -z "$CLANG_FORMAT_PATH" ]; then CLANG_FORMAT_PATH="$(command -v clang-format 2>/dev/null || true)" fi