summaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-10-01 05:14:11 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-10-01 05:14:11 +0000
commit047909b974da8c7b6e5b9820f09fe835562f5c06 (patch)
tree0a9b3f9cddfc8d8e54eba9d53364eb9e4af02f97 /sys/net/if_ethersubr.c
parentd90e891a92aa8add7b82f48b1c3c2e15eb47a67d (diff)
fix indentation
Diffstat (limited to 'sys/net/if_ethersubr.c')
-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 964e27f313b..36935b16db5 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ethersubr.c,v 1.266 2020/07/22 02:16:01 dlg Exp $ */
+/* $OpenBSD: if_ethersubr.c,v 1.267 2020/10/01 05:14:10 jsg Exp $ */
/* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */
/*
@@ -392,7 +392,7 @@ ether_input(struct ifnet *ifp, struct mbuf *m)
* bridge can have a go at forwarding them.
*/
- eh = mtod(m, struct ether_header *);
+ eh = mtod(m, struct ether_header *);
etype = ntohs(eh->ether_type);
if (ISSET(m->m_flags, M_VLANTAG) ||