From 24c5a7a88b510d09e5c784e8b538c9d5a15d35ad Mon Sep 17 00:00:00 2001 From: ozaki-r Date: Thu, 31 Jul 2014 00:58:02 +0000 Subject: [PATCH] KNF --- sys/netinet/ip_carp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/netinet/ip_carp.h b/sys/netinet/ip_carp.h index ab06c852b8ee..377b62fb5436 100644 --- a/sys/netinet/ip_carp.h +++ b/sys/netinet/ip_carp.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip_carp.h,v 1.6 2009/09/16 15:23:05 pooka Exp $ */ +/* $NetBSD: ip_carp.h,v 1.7 2014/07/31 00:58:02 ozaki-r Exp $ */ /* $OpenBSD: ip_carp.h,v 1.18 2005/04/20 23:00:41 mpf Exp $ */ /* @@ -153,8 +153,8 @@ struct carpreq { #ifdef _KERNEL void carp_init(void); -void carp_ifdetach (struct ifnet *); -void carp_proto_input (struct mbuf *, ...); +void carp_ifdetach(struct ifnet *); +void carp_proto_input(struct mbuf *, ...); void carp_carpdev_state(void *); int carp6_proto_input(struct mbuf **, int *, int); int carp_iamatch(struct in_ifaddr *, u_char *,