Consistently use spaces rather than tabs.
authorGuy Harris <guy@alum.mit.edu>
Fri, 11 Dec 2015 19:09:37 +0000 (11:09 -0800)
committerGuy Harris <guy@alum.mit.edu>
Fri, 11 Dec 2015 19:10:20 +0000 (19:10 +0000)
Change-Id: I9761b7ce0eb42c3b6dc39bd01179c302b2233e91
Reviewed-on: https://code.wireshark.org/review/12540
Reviewed-by: Guy Harris <guy@alum.mit.edu>
epan/dissectors/packet-ieee80211-radio.c

index 00cca6d21c0c9b024aa77954b4eeb2865dd0406b..c45f0f83462d82a3fdd807943b83cb8cde70366d 100644 (file)
@@ -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;
       }
     }