From f3982e12c75370d8d6435fd09d4563d1a364bedb Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 18 Dec 2023 00:31:20 +0100 Subject: [PATCH] Fix an exclude in the clang format script. --- misc/scripts/clang_format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/clang_format.sh b/misc/scripts/clang_format.sh index ab7b295a7..aedfebd98 100755 --- a/misc/scripts/clang_format.sh +++ b/misc/scripts/clang_format.sh @@ -30,7 +30,7 @@ while IFS= read -rd '' f; do continue elif [[ "$f" == "modules/texture_packer/rectpack2D"* ]]; then continue - elif [[ "$f" == "modules/web/libs"* ]]; then + elif [[ "$f" == "modules/web/html/libs"* ]]; then continue elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then continue