Coding style + weird spacing

This commit is contained in:
i404788 2019-11-20 23:24:16 +00:00 committed by GitHub
parent 477be1d155
commit 7730e6c1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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