Slight white space tweak.

MFC after:	7 days
This commit is contained in:
Robert Watson 2005-06-01 11:38:35 +00:00
parent 8a2aa63d7e
commit 3ca1570c82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146858

View File

@ -616,6 +616,7 @@ rip_attach(struct socket *so, int proto, struct thread *td)
static void
rip_pcbdetach(struct socket *so, struct inpcb *inp)
{
INP_INFO_WLOCK_ASSERT(&ripcbinfo);
INP_LOCK_ASSERT(inp);