aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s5066dts.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-02-25 11:27:32 -0500
committerBill Meier <wmeier@newsguy.com>2014-02-25 16:36:38 +0000
commit93fe4d53e20bad69073e221d8e039c4f50bc1825 (patch)
treefab3d09e27acae4b76f1968aa3ca02ea9039a08e /epan/dissectors/packet-s5066dts.c
parent7db4bedadf8a22683ed2505328539cbb896f102b (diff)
Remove trailing whitespace.
Change-Id: Ia03a1cd4590aceda30ead4aa93ad413d90c6aea6 Reviewed-on: https://code.wireshark.org/review/372 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-s5066dts.c')
-rw-r--r--epan/dissectors/packet-s5066dts.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-s5066dts.c b/epan/dissectors/packet-s5066dts.c
index 8465d74a60..c4eb8b367c 100644
--- a/epan/dissectors/packet-s5066dts.c
+++ b/epan/dissectors/packet-s5066dts.c
@@ -10,8 +10,8 @@
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
- * $Id$
- *
+ * $Id$
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -407,7 +407,7 @@ static void dissect_s5066dts_eow_hdr_drc_request(tvbuff_t *tvb, packet_info * pi
}
/* {15, "HFTRP FRAME CONTROL"}, */
-static void dissect_s5066dts_eow_hftrp(tvbuff_t *tvb, packet_info * pinfo, guint offset,
+static void dissect_s5066dts_eow_hftrp(tvbuff_t *tvb, packet_info * pinfo, guint offset,
proto_tree *tree, guint pdu_type)
{
if (pdu_type != S5066_DPDU_MANAGEMENT)
@@ -564,7 +564,7 @@ static guint dissect_s5066dts_data_only(tvbuff_t *tvb, guint offset, proto_tree
return offset;
}
-
+
/* { 1, "ACK_ONLY"}, */
static guint dissect_s5066dts_ack_only(tvbuff_t *tvb, guint offset, proto_tree *tree,
guint header_size)
@@ -648,7 +648,7 @@ static guint dissect_s5066dts_management(tvbuff_t *tvb, guint offset, proto_tree
guint8 eow_content;
proto_item *hftrp_proto_item = NULL;
proto_tree *hftrp_token_tree = NULL;
- guint eow_type;
+ guint eow_type;
guint extended_message_size;
eow_type = tvb_get_guint8(tvb, offset) & 0x0F;