MP-DCCP: Solving Compilation Errors on Certain Compilers

-Removed some whitespaces
This commit is contained in:
GREGORIO-M 2022-12-07 15:27:51 +00:00
parent 801f954a53
commit c1756855eb
1 changed files with 2 additions and 2 deletions

View File

@ -770,12 +770,12 @@ dissect_options(tvbuff_t *tvb, packet_info *pinfo,
guint8 option_len = 0;
guint32 p;
guint8 mp_option_type = 0;
proto_item *option_item;
proto_tree *option_tree;
proto_item *mp_option_sub_item;
proto_tree *mp_option_sub_tree;
while (offset < offset_end) {
/* first byte is the option type */
option_type = tvb_get_guint8(tvb, offset);