Author: bz
Date: Thu Feb  9 09:23:37 2012
New Revision: 231262
URL: http://svn.freebsd.org/changeset/base/231262

Log:
  MFC r224011:
  
   Fix indentation.
  
   Obtained from:       Ed Maste at Sandvine Incorporated
   Sponsored by:        Sandvine Incorporated

Modified:
  stable/8/usr.bin/top/machine.c
Directory Properties:
  stable/8/usr.bin/top/   (props changed)

Modified: stable/8/usr.bin/top/machine.c
==============================================================================
--- stable/8/usr.bin/top/machine.c      Thu Feb  9 09:20:50 2012        
(r231261)
+++ stable/8/usr.bin/top/machine.c      Thu Feb  9 09:23:37 2012        
(r231262)
@@ -841,7 +841,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 {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to