Fix indentation.
Obtained from: Ed Maste at Sandvine Incorporated Sponsored by: Sandvine Incorporated MFC after: 3 days
This commit is contained in:
parent
dceced71fb
commit
f4dad666e3
@ -856,7 +856,7 @@ format_next_process(caddr_t handle, char *(*get_userid)(int), int flags)
|
||||
(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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user