mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 23:48:09 +01:00
Fix whitespace.
This commit is contained in:
parent
36b83ac1b0
commit
160bda3652
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184925
@ -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 New Issue
Block a user