mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-23 03:45:00 +00:00
clang-format fix
This commit is contained in:
parent
786db80742
commit
f36440dc09
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue