]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove a trailing space
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 9 Mar 2018 19:57:55 +0000 (20:57 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 9 Mar 2018 19:57:55 +0000 (20:57 +0100)
print-ip.c

index da4e2c3693a7848d145b651dc846981c7de1db5e..e116f06516888d0904b8a3e9e2905dde55678068 100644 (file)
@@ -102,7 +102,7 @@ ip_finddst(netdissect_options *ndo,
        cp = (const u_char *)(ip + 1);
        length = (IP_HL(ip) << 2);
        if (length < sizeof(struct ip))
-               goto trunc; 
+               goto trunc;
        length -= sizeof(struct ip);
 
        for (; length != 0; cp += len, length -= len) {