style(9) for r236563.

This commit is contained in:
glebius 2012-06-05 05:16:04 +00:00
parent 6dd8c2eb6c
commit 2bdbc6913f

View File

@ -2182,9 +2182,9 @@ retry_space:
m0->m_len = xfsize;
/* Append to mbuf chain. */
if (mtail != NULL) {
if (mtail != NULL)
mtail->m_next = m0;
} else if (m != NULL)
else if (m != NULL)
m_last(m)->m_next = m0;
else
m = m0;