diff options
author | emaste <emaste@FreeBSD.org> | 2008-11-13 15:06:34 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2008-11-13 15:06:34 +0000 |
commit | 915a3913e1ee09c107b26b11f9800b7cf214ae6f (patch) | |
tree | 163a83d75dd907d2924d1c2f85b55089b105ea26 /bin/ps/print.c | |
parent | 3b3a59e0c74328d30b54d04d9d9e9bb989440e9f (diff) | |
download | FreeBSD-src-915a3913e1ee09c107b26b11f9800b7cf214ae6f.zip FreeBSD-src-915a3913e1ee09c107b26b11f9800b7cf214ae6f.tar.gz |
Fix whitespace.
Diffstat (limited to 'bin/ps/print.c')
-rw-r--r-- | bin/ps/print.c | 5 |
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 |