summaryrefslogtreecommitdiffstats
path: root/examples/nft-chain-del.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nft-chain-del.c')
-rw-r--r--examples/nft-chain-del.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/nft-chain-del.c b/examples/nft-chain-del.c
index bcc714e..3cd483e 100644
--- a/examples/nft-chain-del.c
+++ b/examples/nft-chain-del.c
@@ -78,9 +78,8 @@ int main(int argc, char *argv[])
mnl_nlmsg_batch_next(batch);
chain_seq = seq;
- nlh = nftnl_chain_nlmsg_build_hdr(mnl_nlmsg_batch_current(batch),
- NFT_MSG_DELCHAIN, family,
- NLM_F_ACK, seq++);
+ nlh = nftnl_nlmsg_build_hdr(mnl_nlmsg_batch_current(batch),
+ NFT_MSG_DELCHAIN, family, NLM_F_ACK, seq++);
nftnl_chain_nlmsg_build_payload(nlh, t);
nftnl_chain_free(t);
mnl_nlmsg_batch_next(batch);