mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
clang-format fix
This commit is contained in:
parent
786db80742
commit
f36440dc09
@ -1428,7 +1428,7 @@ int PS4_SYSV_ABI posix_sem_trywait(sem_t* sem) {
|
|||||||
case EPERM:
|
case EPERM:
|
||||||
ErrSceToPosix(ORBIS_KERNEL_ERROR_EPERM);
|
ErrSceToPosix(ORBIS_KERNEL_ERROR_EPERM);
|
||||||
break;
|
break;
|
||||||
case EAGAIN :
|
case EAGAIN:
|
||||||
ErrSceToPosix(ORBIS_KERNEL_ERROR_EAGAIN);
|
ErrSceToPosix(ORBIS_KERNEL_ERROR_EAGAIN);
|
||||||
break;
|
break;
|
||||||
case EINVAL:
|
case EINVAL:
|
||||||
|
Loading…
Reference in New Issue
Block a user