summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2014-06-18 11:09:59 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2014-06-18 11:09:59 +0000
commite68326a7cbd4a2cc00eaef263cc2d4b7131ea154 (patch)
tree8dd0443366261db1325815f2a815c7ca06b338c8 /sys/kern
parentf64e519739a20e65a083dc525468a39c5f7a4529 (diff)
trailing tabs arent needed.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/uipc_mbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index faa0a9ac7e5..2f1adcabc43 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_mbuf.c,v 1.185 2014/06/13 07:28:13 mpi Exp $ */
+/* $OpenBSD: uipc_mbuf.c,v 1.186 2014/06/18 11:09:58 dlg Exp $ */
/* $NetBSD: uipc_mbuf.c,v 1.15.4.1 1996/06/13 17:11:44 cgd Exp $ */
/*
@@ -451,7 +451,7 @@ m_clget(struct mbuf *m, int how, struct ifnet *ifp, u_int pktlen)
return (NULL);
}
m = m0;
- }
+ }
m->m_ext.ext_buf = pool_get(&mclpools[pi],
how == M_WAIT ? PR_WAITOK : PR_NOWAIT);
if (!m->m_ext.ext_buf) {