From 272be69b395ba911a25b8374186dce1fd7d07ce5 Mon Sep 17 00:00:00 2001 From: glebius Date: Thu, 9 Dec 2004 09:52:58 +0000 Subject: style the last change --- sys/netinet6/in6_gif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet6') diff --git a/sys/netinet6/in6_gif.c b/sys/netinet6/in6_gif.c index 76651f4..b3cb4f1 100644 --- a/sys/netinet6/in6_gif.c +++ b/sys/netinet6/in6_gif.c @@ -213,9 +213,9 @@ in6_gif_output(ifp, family, m) * it is too painful to ask for resend of inner packet, to achieve * path MTU discovery for encapsulated packets. */ - error = (ip6_output(m, 0, &sc->gif_ro6, IPV6_MINMTU, 0, NULL, NULL)); + error = ip6_output(m, 0, &sc->gif_ro6, IPV6_MINMTU, 0, NULL, NULL); #else - error = (ip6_output(m, 0, &sc->gif_ro6, 0, 0, NULL, NULL)); + error = ip6_output(m, 0, &sc->gif_ro6, 0, 0, NULL, NULL); #endif if ((sc->gif_if.if_flags & IFF_LINK0) == 0) { -- cgit v1.1