clang format

This commit is contained in:
georgemoralis 2024-05-16 20:10:57 +03:00
parent 43773d12d9
commit cc98b11860
1 changed files with 0 additions and 1 deletions

View File

@ -987,7 +987,6 @@ int PS4_SYSV_ABI scePthreadMutexTrylock(ScePthreadMutex* mutex) {
}
}
int PS4_SYSV_ABI scePthreadEqual(ScePthread thread1, ScePthread thread2) {
return (thread1 == thread2 ? 1 : 0);
}