svn commit: r224011 - head/usr.bin/top

Bjoern A. Zeeb bz at FreeBSD.org
Thu Jul 14 13:47:42 UTC 2011


Author: bz
Date: Thu Jul 14 13:47:42 2011
New Revision: 224011
URL: http://svn.freebsd.org/changeset/base/224011

Log:
  Fix indentation.
  
  Obtained from:	Ed Maste at Sandvine Incorporated
  Sponsored by:	Sandvine Incorporated
  MFC after:	3 days

Modified:
  head/usr.bin/top/machine.c

Modified: head/usr.bin/top/machine.c
==============================================================================
--- head/usr.bin/top/machine.c	Thu Jul 14 13:44:48 2011	(r224010)
+++ head/usr.bin/top/machine.c	Thu Jul 14 13:47:42 2011	(r224011)
@@ -856,7 +856,7 @@ format_next_process(caddr_t handle, char
 		    (args = kvm_getargv(kd, pp, cmdlengthdelta)) == NULL ||
 		    !(*args)) {
 			if (ps.thread && pp->ki_flag & P_HADTHREADS &&
-		    	pp->ki_ocomm[0]) {
+		    	    pp->ki_ocomm[0]) {
 				snprintf(cmdbuf, cmdlengthdelta,
 				    "{%s}", pp->ki_ocomm);
 			} else {


More information about the svn-src-head mailing list