A whitespace fix.

Submitted by:	bde
This commit is contained in:
John Baldwin 2006-04-27 22:02:27 +00:00
parent 60b0d00999
commit eefcd2a1e6

View File

@ -116,7 +116,7 @@ db_ps(db_expr_t addr, boolean_t hasaddr, db_expr_t count, char *modif)
pgrp != NULL ? pgrp->pg_id : 0);
/* Determine our primary process state. */
switch(p->p_state) {
switch (p->p_state) {
case PRS_NORMAL:
if (P_SHOULDSTOP(p))
state[0] = 'T';