mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 03:53:53 +08:00
Remove some trailing spaces
This commit is contained in:
parent
2c2cfbd2b7
commit
3cb7c9ac79
@ -669,7 +669,7 @@ cfm_print(netdissect_options *ndo,
|
||||
ND_PRINT((ndo, "\n\t (TLV too short)"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
mgmt_addr_length = *tptr;
|
||||
tptr++;
|
||||
tlen--;
|
||||
|
@ -927,7 +927,7 @@ lldp_extract_latlon(const u_char *tptr)
|
||||
* (right now there is only one)
|
||||
*/
|
||||
|
||||
|
||||
|
||||
static int
|
||||
lldp_private_iana_print(netdissect_options *ndo,
|
||||
const u_char *tptr, u_int tlv_len)
|
||||
@ -951,12 +951,12 @@ lldp_private_iana_print(netdissect_options *ndo,
|
||||
default:
|
||||
hexdump=TRUE;
|
||||
}
|
||||
|
||||
|
||||
return hexdump;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Print private TIA extensions.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user