From 681fdb4a342440a685e118a968c5750c256edc85 Mon Sep 17 00:00:00 2001 From: cathery Date: Thu, 7 Nov 2019 20:29:13 +0300 Subject: [PATCH] replace tabs with spaces --- nx/source/services/hiddbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/services/hiddbg.c b/nx/source/services/hiddbg.c index c27c869f..baceb53c 100644 --- a/nx/source/services/hiddbg.c +++ b/nx/source/services/hiddbg.c @@ -405,7 +405,7 @@ Result hiddbgIsHdlsVirtualDeviceAttached(u64 HdlsHandle, bool *isAttached) rc = _hiddbgCmdNoIO(327); if (R_FAILED(rc)) return rc; if (isAttached) { - *isAttached = false; + *isAttached = false; if (hosversionBefore(9,0,0)) { HiddbgHdlsStateListV7 *stateList = (HiddbgHdlsStateListV7*)(g_hiddbgHdlsTmem.src_addr); for (s32 i = 0; i < stateList->total_entries; i++) {