mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
hot-fix: clang-format
This commit is contained in:
parent
c4506da0ae
commit
f9ae945a55
4 changed files with 5 additions and 6 deletions
|
@ -434,8 +434,7 @@ int PS4_SYSV_ABI scePthreadSetprio(PthreadT thread, int prio) {
|
|||
return ret;
|
||||
}
|
||||
|
||||
if (thread->attr.sched_policy == SchedPolicy::Other ||
|
||||
thread->attr.prio == prio) {
|
||||
if (thread->attr.sched_policy == SchedPolicy::Other || thread->attr.prio == prio) {
|
||||
thread->attr.prio = prio;
|
||||
ret = 0;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue