hot-fix: clang-format

This commit is contained in:
psucien 2024-11-21 22:23:09 +01:00
parent c4506da0ae
commit f9ae945a55
4 changed files with 5 additions and 6 deletions

View file

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