summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-08-16 14:12:40 +0000
committerrwatson <rwatson@FreeBSD.org>2002-08-16 14:12:40 +0000
commitac33de756294b3b34c135138fe9d449dd9af26d6 (patch)
treec72ba56b87cc9a7129cc18923d8afd00af457d51 /sys/kern/sys_pipe.c
parentc7575e1fccd835aa182ca4a4afca1599e8f4790d (diff)
downloadFreeBSD-src-ac33de756294b3b34c135138fe9d449dd9af26d6.zip
FreeBSD-src-ac33de756294b3b34c135138fe9d449dd9af26d6.tar.gz
Correct white space nits that crept in during my recent merges of
trustedbsd_mac material.
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 4873f80..624ac6b 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);
OpenPOWER on IntegriCloud