Author: pfg Date: Wed Jul 8 16:35:24 2015 New Revision: 285278 URL: https://svnweb.freebsd.org/changeset/base/285278
Log: cosmetic: whitespaces-tab before EOL Obtained from: cpi-llvm project Modified: head/lib/libthr/thread/thr_create.c Modified: head/lib/libthr/thread/thr_create.c ============================================================================== --- head/lib/libthr/thread/thr_create.c Wed Jul 8 16:21:10 2015 (r285277) +++ head/lib/libthr/thread/thr_create.c Wed Jul 8 16:35:24 2015 (r285278) @@ -165,7 +165,7 @@ _pthread_create(pthread_t * thread, cons 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); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"