clang format

This commit is contained in:
georgemoralis 2024-05-05 16:50:55 +03:00
parent 806781a110
commit 930f239556
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static PS4_SYSV_ABI void stack_chk_fail() {
}
int PS4_SYSV_ABI sceKernelMunmap(void* addr, size_t len) {
LOG_ERROR(Kernel_Vmm ,"(DUMMY) called");
LOG_ERROR(Kernel_Vmm, "(DUMMY) called");
return SCE_OK;
}