Whitespace fix

MFC after:	2 days
This commit is contained in:
Julian Elischer 2004-09-11 00:33:51 +00:00
parent 513efa5b39
commit 0caccd943f

View File

@ -84,7 +84,6 @@ void sched_rem(struct thread *td);
void sched_bind(struct thread *td, int cpu);
void sched_unbind(struct thread *td);
/* these only work for curthread */
void sched_pin(void);
void sched_unpin(void);