Skip to content

Commit

Permalink
Fix an exclude in the clang format script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Dec 17, 2023
1 parent 5133ef1 commit f3982e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/scripts/clang_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3982e1

Please sign in to comment.