From: bluhm Date: Fri, 5 Feb 2021 16:47:48 +0000 (+0000) Subject: Fix whitespace. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d3021d71b9c80dfd52366f3a93309c6b00c5876c;p=openbsd Fix whitespace. --- 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: