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