cosmetic: whitespaces-tab before EOL

Obtained from:	cpi-llvm project
This commit is contained in:
Pedro F. Giffuni 2015-07-08 16:35:24 +00:00
parent 5d0bef91b7
commit 850c6f5fd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285278

View file

@ -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);