aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radio.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-12-11 11:09:37 -0800
committerGuy Harris <guy@alum.mit.edu>2015-12-11 19:10:20 +0000
commit021a695e62a5745bf73a06f701525814812ed030 (patch)
tree6e32ab5b5a28bcd3e5b392d68cb99a1cb2dab59e /epan/dissectors/packet-ieee80211-radio.c
parentb031e538f707cead2aa3e9d956eb88ff1d0db4fc (diff)
Consistently use spaces rather than tabs.
Change-Id: I9761b7ce0eb42c3b6dc39bd01179c302b2233e91 Reviewed-on: https://code.wireshark.org/review/12540 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-ieee80211-radio.c')
-rw-r--r--epan/dissectors/packet-ieee80211-radio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ieee80211-radio.c b/epan/dissectors/packet-ieee80211-radio.c
index 00cca6d21c..c45f0f8346 100644
--- a/epan/dissectors/packet-ieee80211-radio.c
+++ b/epan/dissectors/packet-ieee80211-radio.c
@@ -547,7 +547,7 @@ const float ieee80211_float_htrates[MAX_MCS_INDEX+1][2][2] = {
},
};
-#define MAX_MCS_VHT_INDEX 9
+#define MAX_MCS_VHT_INDEX 9
/*
* Maps a VHT bandwidth index to ieee80211_vhtinfo.rates index.
@@ -908,7 +908,7 @@ dissect_wlan_radio (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void
proto_tree_add_uint(radio_tree, hf_wlan_radio_11ac_p_aid, tvb, 0, 0,
phdr->phy_info.info_11ac.partial_aid);
}
- }
+ }
break;
}
}