Fix whitespace botch that only showed up in the commit message diff :-/

MFC after:	4 days
This commit is contained in:
Julian Elischer 2004-10-05 22:14:02 +00:00
parent 2627ac6f42
commit f8135176c9

View File

@ -1302,7 +1302,7 @@ sched_switch(struct thread *td, struct thread *newtd, int flags)
*/
newtd->td_kse->ke_flags |= KEF_DIDRUN;
SLOT_USE(newtd->td_ksegrp);
TD_SET_RUNNING(newtd);
TD_SET_RUNNING(newtd);
kseq_load_add(KSEQ_SELF(), newtd->td_kse);
} else
newtd = choosethread();