summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-11-18 01:23:06 +0000
committerjulian <julian@FreeBSD.org>1999-11-18 01:23:06 +0000
commit26433095088568aa67001274ae59df87613c88f8 (patch)
tree0c7380e8006c8319c111cb54fbf963ff0b7b9f49 /sys
parent7390eb268b53be6ea37ec5749e546694e19c9927 (diff)
downloadFreeBSD-src-26433095088568aa67001274ae59df87613c88f8.zip
FreeBSD-src-26433095088568aa67001274ae59df87613c88f8.tar.gz
fix up a whitespace screwup I made.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 5c6a58d..5a47c1f 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -262,13 +262,13 @@ union mcluster {
}
#define MCLFREE1(p) \
- do { \
+ do { \
if (--mclrefcnt[mtocl(p)] == 0) { \
((union mcluster *)(p))->mcl_next = mclfree; \
mclfree = (union mcluster *)(p); \
mbstat.m_clfree++; \
} \
- } while (0)
+ } while (0)
#define MCLFREE(p) \
MBUFLOCK( \
OpenPOWER on IntegriCloud