summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-10-12 19:36:00 +0000
committerjhb <jhb@FreeBSD.org>2004-10-12 19:36:00 +0000
commit94ad1578b058cd457e65b44ba62ae4619b083ce8 (patch)
treead859705811102289b6db5db8c21992475800799
parentab17626c2dc678ae5d73e1af9543d83edd5cf4cf (diff)
downloadFreeBSD-src-94ad1578b058cd457e65b44ba62ae4619b083ce8.zip
FreeBSD-src-94ad1578b058cd457e65b44ba62ae4619b083ce8.tar.gz
Whitespace fix.
-rw-r--r--sys/kern/kern_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c
index 835ca80..21d7000 100644
--- a/sys/kern/kern_thread.c
+++ b/sys/kern/kern_thread.c
@@ -1069,7 +1069,7 @@ thread_single_end(void)
* to continue however as this is a bad place to stop.
*/
if ((p->p_numthreads != 1) && (!P_SHOULDSTOP(p))) {
- while (( td = TAILQ_FIRST(&p->p_suspended))) {
+ while ((td = TAILQ_FIRST(&p->p_suspended))) {
thread_unsuspend_one(td);
}
}
OpenPOWER on IntegriCloud