mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 06:00:08 +01:00
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.
This commit is contained in:
parent
e284a23d8c
commit
8435deecfa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue