src/wifi/helper/ht-wifi-mac-helper.cc
changeset 11450 9f4ae69f12b7
parent 10139 17a71cd49da3
child 11628 243b71de25a0
--- a/src/wifi/helper/ht-wifi-mac-helper.cc	Tue Jun 16 13:13:06 2015 -0700
+++ b/src/wifi/helper/ht-wifi-mac-helper.cc	Sun Jun 21 00:23:45 2015 +0200
@@ -17,6 +17,7 @@
  *
  * Author: Ghada Badawy <gbadawy@gmail.com>
  */
+
 #include "ht-wifi-mac-helper.h"
 #include "ns3/wifi-mac.h"
 #include "ns3/edca-txop-n.h"
@@ -39,10 +40,9 @@
 {
   HtWifiMacHelper helper;
 
-  // We're making Ht-enabled Wi-Fi MACs here, so we set the necessary
-  // attribute. I've carefully positioned this here so that someone
-  // who knows what they're doing can override with explicit
-  // attributes.
+  //We're making Ht-enabled Wi-Fi MACs here, so we set the necessary
+  //attribute. I've carefully positioned this here so that someone
+  //who knows what they're doing can override with explicit attributes.
   helper.SetType ("ns3::StaWifiMac",
                   "QosSupported", BooleanValue (true),
                   "HtSupported", BooleanValue (true));
@@ -50,6 +50,4 @@
   return helper;
 }
 
-
-} // namespace ns3
-
+} //namespace ns3