]> git.ipfire.org Git - thirdparty/nftables.git/commit
netlink: style fixes
authorPatrick McHardy <kaber@trash.net>
Sun, 11 Jan 2015 07:52:49 +0000 (07:52 +0000)
committerPatrick McHardy <kaber@trash.net>
Sun, 11 Jan 2015 08:00:43 +0000 (08:00 +0000)
commite7b568e1c908b9c0cc591778ba28eda08996e7ad
tree26cfa072fcfbd6c6730dff17a0fd088ff3d830f8
parent1fe725530c084733ab0a58b74093c8b78741463e
netlink: style fixes

Remove style discrepancies between different netlink I/O functions:

- we don't use brackets for single line statements
- most functions don't have a newline between error reporting and exit

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/netlink.c