From e5de271d472634538e30a52ae173ebe1213162fd Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 4 Jul 2000 11:25:35 +0000 Subject: Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. Pointed out by: bde --- sys/nwfs/nwfs_node.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/nwfs/nwfs_node.c') diff --git a/sys/nwfs/nwfs_node.c b/sys/nwfs/nwfs_node.c index 18b4556..f61e4c2 100644 --- a/sys/nwfs/nwfs_node.c +++ b/sys/nwfs/nwfs_node.c @@ -66,7 +66,7 @@ static int nwhashlock = 0; MALLOC_DEFINE(M_NWNODE, "NWFS node", "NWFS vnode private part"); MALLOC_DEFINE(M_NWFSHASH, "NWFS hash", "NWFS has table"); -static int nwfs_sysctl_vnprint (SYSCTL_HANDLER_ARGS); +static int nwfs_sysctl_vnprint(SYSCTL_HANDLER_ARGS); extern struct linker_set sysctl_vfs_nwfs; @@ -86,7 +86,7 @@ nwfs_hash_free(void) { } int -nwfs_sysctl_vnprint (SYSCTL_HANDLER_ARGS) { +nwfs_sysctl_vnprint(SYSCTL_HANDLER_ARGS) { struct nwnode *np; struct nwnode_hash_head *nhpp; struct vnode *vp; -- cgit v1.1