clang-format

This commit is contained in:
mailwl 2025-07-08 10:51:12 +03:00
parent 49717b1089
commit 3f92436a55

View file

@ -66,7 +66,7 @@ s32 PS4_SYSV_ABI sceKernelAllocateDirectMemory(s64 searchStart, s64 searchEnd, u
if (phys_addr == -1) {
return ORBIS_KERNEL_ERROR_EAGAIN;
}
*physAddrOut = static_cast<s64>(phys_addr);
return ORBIS_OK;
}