Fix indentation for a closing brace in in_pcballoc().

MFC after:	3 days
This commit is contained in:
Robert Watson 2008-03-17 13:04:56 +00:00
parent 4582cb68b1
commit c2877015a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177300

View File

@ -202,7 +202,7 @@ in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo)
mac_inpcb_destroy(inp);
#endif
goto out;
}
}
#endif /*IPSEC*/
#ifdef INET6
if (INP_SOCKAF(so) == AF_INET6) {