mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
clang format
This commit is contained in:
parent
806781a110
commit
930f239556
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue