]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sll.c
Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdump
[tcpdump] / print-sll.c
index 85d5c73aeb307608e7fa7d8d8084bc6f6c2466c4..af14a4e2ba1596e2bcc4971cc0d6cba453fe5ebd 100644 (file)
@@ -154,7 +154,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?