Fix an exclude in the clang format script.

This commit is contained in:
Relintai 2023-12-18 00:31:20 +01:00
parent 5133ef182d
commit f3982e12c7

View File

@ -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