summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2008-11-13 15:06:34 +0000
committeremaste <emaste@FreeBSD.org>2008-11-13 15:06:34 +0000
commit915a3913e1ee09c107b26b11f9800b7cf214ae6f (patch)
tree163a83d75dd907d2924d1c2f85b55089b105ea26 /bin/ps
parent3b3a59e0c74328d30b54d04d9d9e9bb989440e9f (diff)
downloadFreeBSD-src-915a3913e1ee09c107b26b11f9800b7cf214ae6f.zip
FreeBSD-src-915a3913e1ee09c107b26b11f9800b7cf214ae6f.tar.gz
Fix whitespace.
Diffstat (limited to 'bin/ps')
-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