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 {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to