Correct white space nits that crept in during my recent merges of

trustedbsd_mac material.
This commit is contained in:
rwatson 2002-08-16 14:12:40 +00:00
parent c7575e1fcc
commit ac33de7562
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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);