mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
Coding style + weird spacing
This commit is contained in:
parent
477be1d155
commit
7730e6c1e2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user