From 6c6f9b7ddd61fb62144b8f481c12c6c129c3137d Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 1 Mar 2024 12:03:00 +0100 Subject: [PATCH] Skip copyright header updates for the smtp module in the clang format script. --- misc/scripts/clang_format.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/scripts/clang_format.sh b/misc/scripts/clang_format.sh index aedfebd98..46216d6de 100755 --- a/misc/scripts/clang_format.sh +++ b/misc/scripts/clang_format.sh @@ -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