diff options
author | Thomas Haller <thaller@redhat.com> | 2022-05-27 07:45:36 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-05-27 07:52:06 (GMT) |
commit | 44988e648cd5c9f912148e8b138776064797f49d (patch) | |
tree | 62684cba849bd49cf3ce2870a8d4c49df5354339 /include | |
parent | df6e38b409f89c0c11934c96b8e937d59984515d (diff) | |
download | libnl-44988e648cd5c9f912148e8b138776064797f49d.zip libnl-44988e648cd5c9f912148e8b138776064797f49d.tar.gz libnl-44988e648cd5c9f912148e8b138776064797f49d.tar.bz2 |
route: format recently added code with clang-format
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink/route/act/nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netlink/route/act/nat.h b/include/netlink/route/act/nat.h index abe5c4d..41295ce 100644 --- a/include/netlink/route/act/nat.h +++ b/include/netlink/route/act/nat.h @@ -32,4 +32,4 @@ extern int rtnl_nat_get_action(struct rtnl_act *act, int *action); } #endif -#endif /* NETLINK_NAT_H */ +#endif /* NETLINK_NAT_H */ |