summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/print.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c
index 544ca0e..c54df4b 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -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
OpenPOWER on IntegriCloud