mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
Fix tab issue
This commit is contained in:
parent
8fccf55c17
commit
27a48aa720
@ -148,7 +148,7 @@ Result nifmIsEthernetCommunicationEnabled(bool* out) {
|
||||
rc = resp->result;
|
||||
|
||||
if (R_SUCCEEDED(rc) && out)
|
||||
*out = resp->out != 0;
|
||||
*out = resp->out != 0;
|
||||
}
|
||||
|
||||
return rc;
|
||||
@ -185,7 +185,7 @@ Result nifmIsAnyForegroundRequestAccepted(bool* out) {
|
||||
rc = resp->result;
|
||||
|
||||
if (R_SUCCEEDED(rc) && out)
|
||||
*out = resp->out != 0;
|
||||
*out = resp->out != 0;
|
||||
}
|
||||
|
||||
return rc;
|
||||
|
Loading…
Reference in New Issue
Block a user