mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
Fixed whitespace
This commit is contained in:
parent
a6ba19834d
commit
1c5bf7d9c2
@ -169,7 +169,7 @@ Result pmdmntEnableDebugForTitleId(Handle* handle_out, u64 title_id) {
|
||||
}
|
||||
|
||||
Result pminfoGetTitleId(u64* title_id_out, u64 pid) {
|
||||
IpcCommand c;
|
||||
IpcCommand c;
|
||||
ipcInitialize(&c);
|
||||
|
||||
struct {
|
||||
@ -193,11 +193,11 @@ Result pminfoGetTitleId(u64* title_id_out, u64 pid) {
|
||||
struct {
|
||||
u64 magic;
|
||||
u64 result;
|
||||
u64 title_id;
|
||||
u64 title_id;
|
||||
} *resp = r.Raw;
|
||||
|
||||
rc = resp->result;
|
||||
if (R_SUCCEEDED(rc)) {
|
||||
if (R_SUCCEEDED(rc)) {
|
||||
*title_id_out = resp->title_id;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user