mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cosmetic: whitespaces-tab before EOL
Obtained from: cpi-llvm project
This commit is contained in:
parent
5d0bef91b7
commit
850c6f5fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ _pthread_create(pthread_t * thread, const pthread_attr_t * attr,
|
|||
param.flags |= THR_SYSTEM_SCOPE;
|
||||
if (new_thread->attr.sched_inherit == PTHREAD_INHERIT_SCHED)
|
||||
param.rtp = NULL;
|
||||
else {
|
||||
else {
|
||||
sched_param.sched_priority = new_thread->attr.prio;
|
||||
_schedparam_to_rtp(new_thread->attr.sched_policy,
|
||||
&sched_param, &rtp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue