aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/print.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2008-11-13 15:06:34 +0000
committerEd Maste <emaste@FreeBSD.org>2008-11-13 15:06:34 +0000
commit160bda3652091c7dc6986aff9abcc5c72e8603bb (patch)
tree163a83d75dd907d2924d1c2f85b55089b105ea26 /bin/ps/print.c
parent36b83ac1b0d1c396095771755a3ed13a0da307ea (diff)
downloadsrc-160bda3652091c7dc6986aff9abcc5c72e8603bb.tar.gz
src-160bda3652091c7dc6986aff9abcc5c72e8603bb.zip
Fix whitespace.
Notes
Notes: svn path=/head/; revision=184925
Diffstat (limited to 'bin/ps/print.c')
-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 544ca0e4c585..c54df4beba9e 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