aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-security.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-08-10 00:53:34 -0700
committerGuy Harris <guy@alum.mit.edu>2015-08-10 07:53:55 +0000
commit75d46fec3f32977de88c52b7b3f54bebca108cd5 (patch)
tree035be3521675ac0e88fd0e622765b7b6b54a9530 /epan/dissectors/packet-zbee-security.c
parent43c2e5769a17f0945fdcdabe35204a13ca9bbc85 (diff)
Get rid of trailing white space.
Change-Id: I3c0091612bdd518f749abbfbefbd0e2097b8c18b Reviewed-on: https://code.wireshark.org/review/9958 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-zbee-security.c')
-rw-r--r--epan/dissectors/packet-zbee-security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-zbee-security.c b/epan/dissectors/packet-zbee-security.c
index 60de13fac0..176915898e 100644
--- a/epan/dissectors/packet-zbee-security.c
+++ b/epan/dissectors/packet-zbee-security.c
@@ -674,7 +674,7 @@ dissect_zbee_secure(tvbuff_t *tvb, packet_info *pinfo, proto_tree* tree, guint o
call_dissector(data_handle, payload_tvb, pinfo, tree);
/* Couldn't decrypt, so return NULL. */
return NULL;
- }
+ }
/* Allocate memory to decrypt the payload into. */
dec_buffer = (guint8 *)g_malloc(payload_len);