From 8435deecfabde2f16fe4e3aea0c70ea85451a05c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 28 Sep 2020 19:31:37 +0200 Subject: [PATCH] contrib: let "nm-code-format.sh" handle files under ./{shared,src}/systemd/ Only the files under ./{shared,src}/systemd/src are copied from systemd. The other files should be reformatted too. --- contrib/scripts/nm-code-format.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/scripts/nm-code-format.sh b/contrib/scripts/nm-code-format.sh index 202daa7fc1..c393490b19 100755 --- a/contrib/scripts/nm-code-format.sh +++ b/contrib/scripts/nm-code-format.sh @@ -26,8 +26,8 @@ while (( $# )); do done NM_ROOT=$(git rev-parse --show-toplevel) -EXCLUDE=":(exclude)shared/systemd - :(exclude)src/systemd +EXCLUDE=":(exclude)shared/systemd/src + :(exclude)src/systemd/src :(exclude)shared/n-dhcp4 :(exclude)shared/c-list :(exclude)shared/c-list