aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-23 16:23:54 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-23 16:23:54 +0000
commit0bf219035a194afe92ec3043c4f2c4eccc580952 (patch)
tree0f3cf3181f8b1a517c3b534a9bf6abd6b63e244c /epan/dissectors/packet-ieee80211.c
parent976d1fc4f83e66dcb1a4b5516d0f29fe0473fe7c (diff)
Remove trailing spaces from hf name values (to satisfy checkAPIs).
svn path=/trunk/; revision=52796
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-rw-r--r--epan/dissectors/packet-ieee80211.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index af334377b1..eb55219ae3 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -7658,13 +7658,13 @@ rsni_base_custom(gchar *result, guint32 rsni)
}
static void
-vht_tpe_custom(gchar *result, guint8 txpwr)
+vht_tpe_custom(gchar *result, guint8 txpwr)
{
gint8 txpwr_db;
txpwr_db = (gint8)(txpwr);
- g_snprintf(result, ITEM_LABEL_LENGTH, "%3.1f dBm", (txpwr_db/2.0));
+ g_snprintf(result, ITEM_LABEL_LENGTH, "%3.1f dBm", (txpwr_db/2.0));
}
@@ -18368,17 +18368,17 @@ proto_register_ieee80211 (void)
NULL, HFILL }},
{&hf_ieee80211_vht_tpe_pwr_constr_20,
- {"Local Max Tx Pwr Constraint 20MHz ", "wlan_mgt.vht.tpe.pwr_constr_20",
+ {"Local Max Tx Pwr Constraint 20MHz", "wlan_mgt.vht.tpe.pwr_constr_20",
FT_INT8, BASE_CUSTOM, vht_tpe_custom , 0,
NULL, HFILL }},
{&hf_ieee80211_vht_tpe_pwr_constr_40,
- {"Local Max Tx Pwr Constraint 40MHz ", "wlan_mgt.vht.tpe.pwr_constr_40",
+ {"Local Max Tx Pwr Constraint 40MHz", "wlan_mgt.vht.tpe.pwr_constr_40",
FT_INT8, BASE_CUSTOM, vht_tpe_custom , 0,
NULL, HFILL }},
{&hf_ieee80211_vht_tpe_pwr_constr_80,
- {"Local Max Tx Pwr Constraint 80MHz ", "wlan_mgt.vht.tpe.pwr_constr_80",
+ {"Local Max Tx Pwr Constraint 80MHz", "wlan_mgt.vht.tpe.pwr_constr_80",
FT_INT8, BASE_CUSTOM, vht_tpe_custom , 0,
NULL, HFILL }},