From 160bda3652091c7dc6986aff9abcc5c72e8603bb Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 13 Nov 2008 15:06:34 +0000 Subject: [PATCH] Fix whitespace. --- bin/ps/print.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/ps/print.c b/bin/ps/print.c index 544ca0e4c58..c54df4beba9 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