]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sll.c
whitespace changes
[tcpdump] / print-sll.c
index 062398e18afe159c104cebf27c0ac501bfd498ce..b23ca2648894c415620c75213d68e26226093d8b 100644 (file)
@@ -67,7 +67,7 @@ sll_print(register const struct sll_header *sllp, u_int length)
 
        if (!qflag) {
                ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
-       
+
                if (ether_type <= ETHERMTU) {
                        /*
                         * Not an Ethernet type; what type is it?