Skip copyright header updates for the smtp module in the clang format script.

This commit is contained in:
Relintai 2024-03-01 12:03:00 +01:00
parent 6a6d3acd96
commit 6c6f9b7ddd

View File

@ -32,6 +32,8 @@ while IFS= read -rd '' f; do
continue
elif [[ "$f" == "modules/web/html/libs"* ]]; then
continue
elif [[ "$f" == "modules/smtp"* ]]; then
continue
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
continue
elif [[ "$f" == *"-so_wrap."* ]]; then