BTLE: Nesting level does not match indendation (CID 1261651)

Change-Id: I11e436ca91c766edc8e85fd2402e61a17465bee2
Reviewed-on: https://code.wireshark.org/review/6373
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-01-07 18:07:25 +01:00 committed by Michael Mann
parent 64a7bac641
commit a6ba632ec3
1 changed files with 2 additions and 2 deletions

View File

@ -331,8 +331,8 @@ dissect_btle(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
if (btle_context)
bluetooth_data = btle_context->previous_protocol_data.bluetooth_data;
if (bluetooth_data)
ubertooth_data = bluetooth_data->previous_protocol_data.ubertooth_data;
if (bluetooth_data)
ubertooth_data = bluetooth_data->previous_protocol_data.ubertooth_data;
src_bd_addr = (gchar *) wmem_alloc(pinfo->pool, 6);
dst_bd_addr = (gchar *) wmem_alloc(pinfo->pool, 6);