]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix spaces
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 13 Jul 2021 19:04:39 +0000 (21:04 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 13 Jul 2021 19:05:02 +0000 (21:05 +0200)
[skip ci]

print-icmp.c

index 6642c99078b309f71f818d0a851f4cd2f58bb049..417ab8e4c0840b4929781b790c39e32633ccc99b 100644 (file)
@@ -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 }
 };
 
 /*