Fix indentation.

Obtained from:	Ed Maste at Sandvine Incorporated
Sponsored by:	Sandvine Incorporated
MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2011-07-14 13:47:42 +00:00
parent dceced71fb
commit f4dad666e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224011

View File

@ -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 {