mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-29 11:06:07 +00:00
clang-format fix
This commit is contained in:
parent
9fce6f7c01
commit
2935ca0fef
|
@ -126,7 +126,7 @@ int ErrnoToSceKernelError(int e) {
|
|||
}
|
||||
|
||||
void SetPosixErrno(int e) {
|
||||
//Some error numbers are different between supported OSes or the PS4
|
||||
// Some error numbers are different between supported OSes or the PS4
|
||||
switch (e) {
|
||||
case EPERM:
|
||||
g_posix_errno = POSIX_EPERM;
|
||||
|
@ -146,7 +146,7 @@ void SetPosixErrno(int e) {
|
|||
case ERANGE:
|
||||
g_posix_errno = POSIX_ERANGE;
|
||||
break;
|
||||
case EDEADLK:
|
||||
case EDEADLK:
|
||||
g_posix_errno = POSIX_EDEADLK;
|
||||
break;
|
||||
case ETIMEDOUT:
|
||||
|
|
Loading…
Reference in a new issue