From 3a6e21a3250a1856706318c7ef6ebb85df2332ac Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 24 Mar 2002 09:34:04 +0000 Subject: Fixed some style bugs in the removal of __P(()). The main ones were not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases. --- sys/net/route.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/route.h') diff --git a/sys/net/route.h b/sys/net/route.h index 6edb941..8c42b9a 100644 --- a/sys/net/route.h +++ b/sys/net/route.h @@ -109,8 +109,8 @@ struct rtentry { caddr_t rt_llinfo; /* pointer to link level info cache */ struct rt_metrics rt_rmx; /* metrics used by rx'ing protocols */ struct rtentry *rt_gwroute; /* implied entry for gatewayed routes */ - int (*rt_output)(struct ifnet *, struct mbuf *, - struct sockaddr *, struct rtentry *); + int (*rt_output)(struct ifnet *, struct mbuf *, struct sockaddr *, + struct rtentry *); /* output routine for this (rt,if) */ struct rtentry *rt_parent; /* cloning parent of this route */ void *rt_filler2; /* more filler */ -- cgit v1.1