Fix weird spacing

This commit is contained in:
i404788
2019-12-12 09:03:01 +00:00
committed by GitHub
parent 7730e6c1e2
commit 295404a5a6

View File

@ -263,12 +263,12 @@ bool Init(bool open_adapter)
continue; continue;
} }
if (!curaddr->ifa_addr) if (!curaddr->ifa_addr)
{ {
printf("Device (%s) does not have an address :/\n", curaddr->ifa_name); printf("Device (%s) does not have an address :/\n", curaddr->ifa_name);
curaddr = curaddr->ifa_next; curaddr = curaddr->ifa_next;
continue; continue;
} }
u16 af = curaddr->ifa_addr->sa_family; u16 af = curaddr->ifa_addr->sa_family;
if (af == AF_INET) if (af == AF_INET)