move to previous line

This commit is contained in:
cathery 2019-11-07 20:32:40 +03:00
parent b6973d6366
commit 0130058bf9

View File

@ -392,8 +392,7 @@ Result hiddbgReleaseHdlsWorkBuffer(void) {
return rc;
}
Result hiddbgIsHdlsVirtualDeviceAttached(u64 HdlsHandle, bool *isAttached)
{
Result hiddbgIsHdlsVirtualDeviceAttached(u64 HdlsHandle, bool *isAttached) {
Result rc = 0;
if (hosversionBefore(7,0,0))