summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-20 16:19:44 +0000
committerpfg <pfg@FreeBSD.org>2016-04-20 16:19:44 +0000
commit32dcf3933ae22fbfb85b50bf3abccef14d82f274 (patch)
treec47617a54ae0e9a02a065c698879cf7b86cf8e1a /sys/netinet6
parentf6bdba80cc348d97bf82fc4574c6d09020fdce13 (diff)
downloadFreeBSD-src-32dcf3933ae22fbfb85b50bf3abccef14d82f274.zip
FreeBSD-src-32dcf3933ae22fbfb85b50bf3abccef14d82f274.tar.gz
Indentation issues.
Contract some lines leftover from r298310. Mea culpa.
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/in6_proto.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c
index 68cb8fd..0e43cca 100644
--- a/sys/netinet6/in6_proto.c
+++ b/sys/netinet6/in6_proto.c
@@ -381,8 +381,7 @@ struct domain inet6domain = {
.dom_family = AF_INET6,
.dom_name = "internet6",
.dom_protosw = (struct protosw *)inet6sw,
- .dom_protoswNPROTOSW = (struct protosw *)
- &inet6sw[nitems(inet6sw)],
+ .dom_protoswNPROTOSW = (struct protosw *)&inet6sw[nitems(inet6sw)],
#ifdef RADIX_MPATH
.dom_rtattach = rn6_mpath_inithead,
#else
OpenPOWER on IntegriCloud