svn commit: r184925 - head/bin/ps

Ed Maste emaste at FreeBSD.org
Thu Nov 13 07:06:35 PST 2008


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


More information about the svn-src-head mailing list