btbredr: fix NESTING_INDENT_MISMATCH (CID 1358479)

Change-Id: I77840cf59afa71f0e773d13233f5390f67ffc01c
Reviewed-on: https://code.wireshark.org/review/14894
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-12 19:53:22 +02:00 committed by Anders Broman
parent 51878efb23
commit 1b0a6ff5ab
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ dissect_btbredr_rf(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *da
}
} else {
if (tvb_captured_length_remaining(tvb, offset) > 0)
proto_tree_add_expert(btbredr_rf_tree, pinfo, &ei_unexpected_data, tvb, offset, tvb_captured_length_remaining(tvb, offset));
proto_tree_add_expert(btbredr_rf_tree, pinfo, &ei_unexpected_data, tvb, offset, tvb_captured_length_remaining(tvb, offset));
offset = tvb_reported_length(tvb);
}