aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btle.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-01-07 18:07:25 +0100
committerMichael Mann <mmann78@netscape.net>2015-01-07 18:20:53 +0000
commita6ba632ec31fbccd76f8d7ddab39759669fe7c76 (patch)
tree4aa81259830220dd4d9ff4010386788eeb27feb3 /epan/dissectors/packet-btle.c
parent64a7bac641d82aafaa0b65555008df647224ce00 (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-btle.c')
-rw-r--r--epan/dissectors/packet-btle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-btle.c b/epan/dissectors/packet-btle.c
index 00c9142f79..e9e74b0f35 100644
--- a/epan/dissectors/packet-btle.c
+++ b/epan/dissectors/packet-btle.c
@@ -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);