mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
replace tabs with spaces
This commit is contained in:
parent
960b9aca3b
commit
681fdb4a34
@ -405,7 +405,7 @@ Result hiddbgIsHdlsVirtualDeviceAttached(u64 HdlsHandle, bool *isAttached)
|
|||||||
rc = _hiddbgCmdNoIO(327);
|
rc = _hiddbgCmdNoIO(327);
|
||||||
if (R_FAILED(rc)) return rc;
|
if (R_FAILED(rc)) return rc;
|
||||||
if (isAttached) {
|
if (isAttached) {
|
||||||
*isAttached = false;
|
*isAttached = false;
|
||||||
if (hosversionBefore(9,0,0)) {
|
if (hosversionBefore(9,0,0)) {
|
||||||
HiddbgHdlsStateListV7 *stateList = (HiddbgHdlsStateListV7*)(g_hiddbgHdlsTmem.src_addr);
|
HiddbgHdlsStateListV7 *stateList = (HiddbgHdlsStateListV7*)(g_hiddbgHdlsTmem.src_addr);
|
||||||
for (s32 i = 0; i < stateList->total_entries; i++) {
|
for (s32 i = 0; i < stateList->total_entries; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user