Remove inconsistent white space from in_pcballoc().

MFC after:	pretty soon
This commit is contained in:
Robert Watson 2008-12-10 13:24:38 +00:00
parent 5d04565101
commit cd416355a8

View File

@ -212,7 +212,6 @@ in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo)
mac_inpcb_create(so, inp);
SOCK_UNLOCK(so);
#endif
#ifdef IPSEC
error = ipsec_init_policy(so, &inp->inp_sp);
if (error != 0) {
@ -239,7 +238,6 @@ in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo)
INP_WLOCK(inp);
inp->inp_gencnt = ++pcbinfo->ipi_gencnt;
inp->inp_refcount = 1; /* Reference from the inpcbinfo */
#if defined(IPSEC) || defined(MAC)
out:
if (error != 0) {