mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
Remove stray spaces.
This commit is contained in:
parent
0e9adaf510
commit
f739addc81
@ -692,7 +692,7 @@ Result setsysGetDeviceNickname(char* buffer) {
|
|||||||
ipcInitialize(&c);
|
ipcInitialize(&c);
|
||||||
|
|
||||||
ipcAddRecvBuffer(&c, buffer, 0x80, BufferType_Normal);
|
ipcAddRecvBuffer(&c, buffer, 0x80, BufferType_Normal);
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
u64 magic;
|
u64 magic;
|
||||||
u64 cmd_id;
|
u64 cmd_id;
|
||||||
@ -702,7 +702,7 @@ Result setsysGetDeviceNickname(char* buffer) {
|
|||||||
|
|
||||||
raw->magic = SFCI_MAGIC;
|
raw->magic = SFCI_MAGIC;
|
||||||
raw->cmd_id = 77;
|
raw->cmd_id = 77;
|
||||||
|
|
||||||
Result rc = serviceIpcDispatch(&g_setsysSrv);
|
Result rc = serviceIpcDispatch(&g_setsysSrv);
|
||||||
|
|
||||||
if (R_SUCCEEDED(rc)) {
|
if (R_SUCCEEDED(rc)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user