Correct white space nits that crept in during my recent merges of
trustedbsd_mac material.
This commit is contained in:
parent
c7575e1fcc
commit
ac33de7562
@ -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;
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user