Whitespace change.

This commit is contained in:
Jonathan Lemon 2001-08-31 13:46:22 +00:00
parent 1dfa423639
commit 255a018115

View File

@ -285,7 +285,7 @@ struct accept_filter {
void (*accf_destroy)
__P((struct socket *so));
SLIST_ENTRY(accept_filter) accf_next; /* next on the list */
};
};
#ifdef MALLOC_DECLARE
MALLOC_DECLARE(M_PCB);