mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix whitespace.
This commit is contained in:
parent
36b83ac1b0
commit
160bda3652
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue