Fix a whitespace style nit.

This commit is contained in:
John Baldwin 2001-09-27 20:33:15 +00:00
parent bf2965ed32
commit 12141bb1c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84045

View file

@ -46,7 +46,7 @@ struct thread;
*/
struct selinfo {
pid_t si_pid; /* process to be notified */
struct thread *si_thread; /* thread in that process XXXKSE */
struct thread *si_thread; /* thread in that process XXXKSE */
struct klist si_note; /* kernel note list */
short si_flags; /* see below */
};