]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a trailing tab
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 5 Oct 2015 12:48:20 +0000 (14:48 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 18 Jan 2017 08:16:38 +0000 (09:16 +0100)
print-atalk.c

index a5ce58a40845058c80a10e4fb92adc0ebff7b0f9..9d7d69d3d790189f01ca5d430980b98d021d2ac4 100644 (file)
@@ -221,7 +221,7 @@ aarp_print(netdissect_options *ndo,
                ND_PRINT((ndo, " [|aarp]"));
                return;
        }
-       if (length < sizeof(*ap)) {     
+       if (length < sizeof(*ap)) {
                ND_PRINT((ndo, " [|aarp %u]", length));
                return;
        }