summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2019-02-18 03:41:22 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2019-02-18 03:41:22 +0000
commitcca1a21e33e7fa43783c7d9146486f4a6e75b3fb (patch)
tree679a6c4dd70d60323bddbffcf084136c08d51799
parent1940b4c4b0ca57afc7481e253a0db3ab28f400c4 (diff)
get rid of some trailing whitespace.
no functional change
-rw-r--r--sys/net/if_ethersubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index fee86adae15..4b16785a71f 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ethersubr.c,v 1.257 2018/12/26 18:32:38 denis Exp $ */
+/* $OpenBSD: if_ethersubr.c,v 1.258 2019/02/18 03:41:21 dlg Exp $ */
/* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */
/*
@@ -245,7 +245,7 @@ ether_resolve(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
af = dst->sa_family;
if (af == AF_MPLS)
- af = rt->rt_gateway->sa_family;
+ af = rt->rt_gateway->sa_family;
switch (af) {
case AF_LINK: