From 850c6f5fd286dcbc99464c01e6e9d5cab6e5fc7c Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Wed, 8 Jul 2015 16:35:24 +0000 Subject: [PATCH] cosmetic: whitespaces-tab before EOL Obtained from: cpi-llvm project --- lib/libthr/thread/thr_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libthr/thread/thr_create.c b/lib/libthr/thread/thr_create.c index df3509dfd2c0..701a1bd92c16 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);