mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
Coding style + weird spacing
This commit is contained in:
@ -263,7 +263,8 @@ 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;
|
||||
|
Reference in New Issue
Block a user