Whitespace nit.

This commit is contained in:
John Baldwin 2003-07-30 20:59:36 +00:00
parent 47b722c1af
commit cb075651f8

View File

@ -145,6 +145,7 @@ db_ps(dummy1, dummy2, dummy3, dummy4)
static void
dumpthread(volatile struct proc *p, volatile struct thread *td)
{
if (p->p_flag & P_SA)
db_printf( " thread %p ksegrp %p ", td, td->td_ksegrp);
if (TD_ON_SLEEPQ(td)) {