Get rid of trailing white space.

Change-Id: Icc086c9dc1215115dd2a2ea4dbf7027237fe892e
Reviewed-on: https://code.wireshark.org/review/13140
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-01-08 18:27:22 -08:00
parent c67c6e8f30
commit 241c0da314
1 changed files with 1 additions and 1 deletions

View File

@ -2350,7 +2350,7 @@ ptvcursor_add(ptvcursor_t *ptvc, int hfindex, gint length,
offset = ptvc->offset;
PROTO_REGISTRAR_GET_NTH(hfindex, hfinfo);
get_hfi_length(hfinfo, ptvc->tvb, offset, &length, &item_length);
ptvc->offset += get_full_length(hfinfo, ptvc->tvb, offset, length,
ptvc->offset += get_full_length(hfinfo, ptvc->tvb, offset, length,
item_length, encoding);
test_length(hfinfo, ptvc->tvb, offset, item_length);