diff options
author | Thomas Haller <thaller@redhat.com> | 2023-07-28 09:05:30 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-07-28 09:13:33 (GMT) |
commit | a9a9dceab502498eb0afd368a06f1093f092bd0c (patch) | |
tree | ddafbef22829f1326e92bf1b14ae8d1d92ebd008 /tools | |
parent | 590e8a61f899e76ae064ad68cff4766a77c5414a (diff) | |
download | libnl-a9a9dceab502498eb0afd368a06f1093f092bd0c.zip libnl-a9a9dceab502498eb0afd368a06f1093f092bd0c.tar.gz libnl-a9a9dceab502498eb0afd368a06f1093f092bd0c.tar.bz2 |
style: format "include/netlink-private/utils.h" with clang-format
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/clang-format.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/clang-format.sh b/tools/clang-format.sh index f430114..7c0c012 100755 --- a/tools/clang-format.sh +++ b/tools/clang-format.sh @@ -27,7 +27,6 @@ EXCLUDE_PATHS_TOPLEVEL+=( "include/netlink-private/socket.h" "include/netlink-private/tc.h" "include/netlink-private/types.h" - "include/netlink-private/utils.h" "include/netlink/addr.h" "include/netlink/attr.h" "include/netlink/cache-api.h" |