From 3702cad7147f84200a3eb8f9e08870b3dd1e04ba Mon Sep 17 00:00:00 2001 From: pfg Date: Wed, 8 Jul 2015 16:35:24 +0000 Subject: cosmetic: whitespaces-tab before EOL Obtained from: cpi-llvm project --- lib/libthr/thread/thr_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libthr/thread/thr_create.c') diff --git a/lib/libthr/thread/thr_create.c b/lib/libthr/thread/thr_create.c index df3509d..701a1bd 100644 --- a/lib/libthr/thread/thr_create.c +++ b/lib/libthr/thread/thr_create.c @@ -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); -- cgit v1.1