diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-02-05 16:47:49 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-02-05 16:47:49 +0000 |
commit | 325dbafeba6e17ee9b3af46e77e3a8740a03de3d (patch) | |
tree | 430edaefb56195429737559b897ea86d1c1a49da /sys/net | |
parent | 75aea798cdda2781030fabae41fc5aa4a737bb31 (diff) |
Fix whitespace.
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_ethersubr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index ef3bb748960..6a8c678c6bf 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ethersubr.c,v 1.268 2021/01/04 21:21:41 kn Exp $ */ +/* $OpenBSD: if_ethersubr.c,v 1.269 2021/02/05 16:47:48 bluhm Exp $ */ /* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */ /* @@ -484,12 +484,12 @@ ether_input(struct ifnet *ifp, struct mbuf *m) ifp->if_imcasts++; } - /* + /* * Sixth phase: protocol demux. * * At this point it is known that the packet is destined * for layer 3 protocol handling on the local port. - */ + */ switch (etype) { case ETHERTYPE_IP: |