From ac33de756294b3b34c135138fe9d449dd9af26d6 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 16 Aug 2002 14:12:40 +0000 Subject: [PATCH] Correct white space nits that crept in during my recent merges of trustedbsd_mac material. --- sys/kern/kern_event.c | 4 ++-- sys/kern/sys_pipe.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/kern/kern_event.c b/sys/kern/kern_event.c index abc1f2466b4f..820775d37529 100644 --- a/sys/kern/kern_event.c +++ b/sys/kern/kern_event.c @@ -802,7 +802,7 @@ kqueue_ioctl(struct file *fp, u_long com, void *data, struct thread *td) /*ARGSUSED*/ static int kqueue_poll(struct file *fp, int events, struct ucred *active_cred, - struct thread *td) + struct thread *td) { struct kqueue *kq; int revents = 0; @@ -824,7 +824,7 @@ kqueue_poll(struct file *fp, int events, struct ucred *active_cred, /*ARGSUSED*/ static int kqueue_stat(struct file *fp, struct stat *st, struct ucred *active_cred, - struct thread *td) + struct thread *td) { struct kqueue *kq; diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 4873f808c64f..624ac6b89cde 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -103,7 +103,7 @@ static int pipe_poll(struct file *fp, int events, struct ucred *active_cred, struct thread *td); static int pipe_kqfilter(struct file *fp, struct knote *kn); static int pipe_stat(struct file *fp, struct stat *sb, - struct ucred *active_cred, struct thread *td); + struct ucred *active_cred, struct thread *td); static int pipe_ioctl(struct file *fp, u_long cmd, void *data, struct thread *td);