diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-08-27 06:57:09 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-08-27 22:09:40 +0200 |
commit | 6b6e07415cbea874f68883c6687d1beb589c8e93 (patch) | |
tree | 2d316a172659a63c6a6faf3f22cab38fe8e0b168 | |
parent | sd-hwdb: drop unused variable (diff) | |
download | systemd-6b6e07415cbea874f68883c6687d1beb589c8e93.tar.xz systemd-6b6e07415cbea874f68883c6687d1beb589c8e93.zip |
sd-netlink: fix indentation
-rw-r--r-- | src/libsystemd/sd-netlink/sd-netlink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd/sd-netlink/sd-netlink.c b/src/libsystemd/sd-netlink/sd-netlink.c index a177f220ab..c01ee73d51 100644 --- a/src/libsystemd/sd-netlink/sd-netlink.c +++ b/src/libsystemd/sd-netlink/sd-netlink.c @@ -212,8 +212,8 @@ static void rtnl_seal_message(sd_netlink *rtnl, sd_netlink_message *m) { } int sd_netlink_send(sd_netlink *nl, - sd_netlink_message *message, - uint32_t *serial) { + sd_netlink_message *message, + uint32_t *serial) { int r; assert_return(nl, -EINVAL); |