diff options
author | julian <julian@FreeBSD.org> | 2004-09-13 23:01:50 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2004-09-13 23:01:50 +0000 |
commit | 53023d01b3b86e0e4af788f3ff8408b453abb8a2 (patch) | |
tree | 1cc3a6d924147a1fabf6dbda6ee3b846e9cfbc8c /sys | |
parent | 29732c6fb7fcf7678de2db88cad7f64df588c095 (diff) | |
download | FreeBSD-src-53023d01b3b86e0e4af788f3ff8408b453abb8a2.zip FreeBSD-src-53023d01b3b86e0e4af788f3ff8408b453abb8a2.tar.gz |
whitespace fix
MFC after: 3 days
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/sched.h b/sys/sys/sched.h index 6912390..8d22857 100644 --- a/sys/sys/sched.h +++ b/sys/sys/sched.h @@ -86,7 +86,6 @@ static __inline void sched_pin(void); void sched_unbind(struct thread *td); static __inline void sched_unpin(void); - /* * These procedures tell the process data structure allocation code how * many bytes to actually allocate. |