Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2008 15:06:35 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184925 - head/bin/ps
Message-ID:  <200811131506.mADF6Z3j061920@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Nov 13 15:06:34 2008
New Revision: 184925
URL: http://svn.freebsd.org/changeset/base/184925

Log:
  Fix whitespace.

Modified:
  head/bin/ps/print.c

Modified: head/bin/ps/print.c
==============================================================================
--- head/bin/ps/print.c	Thu Nov 13 15:00:40 2008	(r184924)
+++ head/bin/ps/print.c	Thu Nov 13 15:06:34 2008	(r184925)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811131506.mADF6Z3j061920>