Fix whitespace.
authorbluhm <bluhm@openbsd.org>
Fri, 5 Feb 2021 16:47:48 +0000 (16:47 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 5 Feb 2021 16:47:48 +0000 (16:47 +0000)
sys/net/if_ethersubr.c

index ef3bb74..6a8c678 100644 (file)
@@ -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: