summaryrefslogtreecommitdiffstats
path: root/sys/sys/msgbuf.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-23 08:46:52 +0000
committerbde <bde@FreeBSD.org>2002-03-23 08:46:52 +0000
commitd27d5e3b44ff619a0151aa86993697a211e61bc7 (patch)
tree4fbccf4faf4a4159d59e5692f41ff89787b0d730 /sys/sys/msgbuf.h
parentcfea68cc2558bffb3c97f4c8d7646b8266c30e9b (diff)
downloadFreeBSD-src-d27d5e3b44ff619a0151aa86993697a211e61bc7.zip
FreeBSD-src-d27d5e3b44ff619a0151aa86993697a211e61bc7.tar.gz
Fixed some style bugs in the removal of __P(()). The main ones were
not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
Diffstat (limited to 'sys/sys/msgbuf.h')
-rw-r--r--sys/sys/msgbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/msgbuf.h b/sys/sys/msgbuf.h
index 8ffb5e3..7ac13bf 100644
--- a/sys/sys/msgbuf.h
+++ b/sys/sys/msgbuf.h
@@ -49,7 +49,7 @@ struct msgbuf {
#ifdef _KERNEL
extern int msgbuftrigger;
extern struct msgbuf *msgbufp;
-void msgbufinit (void *ptr, size_t size);
+void msgbufinit(void *ptr, size_t size);
#if !defined(MSGBUF_SIZE)
#define MSGBUF_SIZE 32768
OpenPOWER on IntegriCloud