Fix whitespace.

This commit is contained in:
Ed Maste 2008-11-13 15:06:34 +00:00
parent 36b83ac1b0
commit 160bda3652
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184925

View File

@ -196,9 +196,8 @@ tdnam(KINFO *k, VARENT *ve)
v = ve->var;
if (showthreads && k->ki_p->ki_numthreads > 1)
(void)printf("%-*s", v->width, k->ki_p->ki_ocomm);
else
(void)printf("%-*s", v->width, " " );
else
(void)printf("%-*s", v->width, " ");
}
void