Remove some trailing spaces

This commit is contained in:
Francois-Xavier Le Bail 2017-03-27 11:34:57 +02:00 committed by Denis Ovsienko
parent 2c2cfbd2b7
commit 3cb7c9ac79
2 changed files with 4 additions and 4 deletions

View File

@ -669,7 +669,7 @@ cfm_print(netdissect_options *ndo,
ND_PRINT((ndo, "\n\t (TLV too short)"));
return;
}
mgmt_addr_length = *tptr;
tptr++;
tlen--;

View File

@ -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.
*/