From: Francois-Xavier Le Bail Date: Tue, 13 Jul 2021 19:04:39 +0000 (+0200) Subject: Fix spaces X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/4adf2f462d996368a3b8eb08a4d542675c16714d Fix spaces [skip ci] --- diff --git a/print-icmp.c b/print-icmp.c index 6642c990..417ab8e4 100644 --- a/print-icmp.c +++ b/print-icmp.c @@ -282,7 +282,7 @@ static const struct tok icmp_interface_identification_role_values[] = { { 1, "the sub-IP component of an IP interface upon which a datagram arrived"}, { 2, "the IP interface through which the datagram would have been forwarded had it been forwardable"}, { 3, "the IP next hop to which the datagram would have been forwarded"}, - { 0, NULL } + { 0, NULL } }; /*