diff options
author | pfg <pfg@FreeBSD.org> | 2015-07-08 16:35:24 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2015-07-08 16:35:24 +0000 |
commit | 3702cad7147f84200a3eb8f9e08870b3dd1e04ba (patch) | |
tree | 700b1d687f3817b0ae4c02020de6d1584f060e67 /lib/libthr/thread/thr_create.c | |
parent | 81778d25490497eb2b3288f698155922adb714cc (diff) | |
download | FreeBSD-src-3702cad7147f84200a3eb8f9e08870b3dd1e04ba.zip FreeBSD-src-3702cad7147f84200a3eb8f9e08870b3dd1e04ba.tar.gz |
cosmetic: whitespaces-tab before EOL
Obtained from: cpi-llvm project
Diffstat (limited to 'lib/libthr/thread/thr_create.c')
-rw-r--r-- | lib/libthr/thread/thr_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |