mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
clang-format fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user