aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x25.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-13 19:56:52 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-13 19:56:52 +0000
commit2ac134b3c5bbc4020fd64b878db984f526b432cb (patch)
treeb1e8da19850152341ebe466ee3abe9689279d938 /epan/dissectors/packet-x25.c
parent59277781ffca44a2cccb5e935ce3737aabbf4da6 (diff)
whitespace fixes; mostly: remove trailing blanks
svn path=/trunk/; revision=52591
Diffstat (limited to 'epan/dissectors/packet-x25.c')
-rw-r--r--epan/dissectors/packet-x25.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-x25.c b/epan/dissectors/packet-x25.c
index 5278d7a384..6c15c9ce63 100644
--- a/epan/dissectors/packet-x25.c
+++ b/epan/dissectors/packet-x25.c
@@ -877,7 +877,7 @@ dump_facilities(proto_tree *tree, int *offset, tvbuff_t *tvb, packet_info *pinfo
}
byte2 = tvb_get_guint8(tvb, *offset+2);
if ((byte2 & 0xC0) == 0xC0) {
- proto_tree_add_uint_format_value(facility_tree, hf_x25_facility_call_transfer_reason, tvb,
+ proto_tree_add_uint_format_value(facility_tree, hf_x25_facility_call_transfer_reason, tvb,
*offset+2, 1, byte2, "call deflection by the originally called DTE address");
}
else {
@@ -2419,7 +2419,7 @@ proto_register_x25(void)
&ett_x25,
&ett_x25_gfi,
&ett_x25_facilities,
- &ett_x25_facility,
+ &ett_x25_facility,
&ett_x25_user_data,
&ett_x25_segment,
&ett_x25_segments