sd-ndisc: fix indentation

This commit is contained in:
Yu Watanabe 2020-12-24 12:48:21 +09:00
parent 8c86196b52
commit 0afa4d569d
1 changed files with 1 additions and 2 deletions

View File

@ -221,8 +221,7 @@ static int ndisc_recv(sd_event_source *s, int fd, uint32_t revents, void *userda
if (!rt)
return -ENOMEM;
r = icmp6_receive(fd, NDISC_ROUTER_RAW(rt), rt->raw_size, &rt->address,
&rt->timestamp);
r = icmp6_receive(fd, NDISC_ROUTER_RAW(rt), rt->raw_size, &rt->address, &rt->timestamp);
if (r < 0) {
switch (r) {
case -EADDRNOTAVAIL: