clang-format fix

This commit is contained in:
Stephen Miller 2024-08-16 14:55:55 -05:00
parent 786db80742
commit f36440dc09
1 changed files with 1 additions and 1 deletions

View File

@ -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: