Click module coding style cleanup
authorLalith Suresh <suresh.lalith@gmail.com>
Mon, 02 May 2011 16:24:20 +0100
changeset 7105 b8c76878fbdf
parent 7104 875b31cb83e0
child 7106 2939fecb7029
Click module coding style cleanup
src/click/examples/nsclick-raw-wlan.cc
src/click/examples/nsclick-udp-client-server-wifi.cc
--- a/src/click/examples/nsclick-raw-wlan.cc	Mon May 02 08:47:57 2011 +0200
+++ b/src/click/examples/nsclick-raw-wlan.cc	Mon May 02 16:24:20 2011 +0100
@@ -73,7 +73,7 @@
   // ns-3 supports RadioTap and Prism tracing extensions for 802.11b
   wifiPhy.SetPcapDataLinkType (YansWifiPhyHelper::DLT_IEEE802_11_RADIO);
 
-  YansWifiChannelHelper wifiChannel ;
+  YansWifiChannelHelper wifiChannel;
   wifiChannel.SetPropagationDelay ("ns3::ConstantSpeedPropagationDelayModel");
   // The below FixedRssLossModel will cause the rss to be fixed regardless
   // of the distance between the two stations, and the transmit power
--- a/src/click/examples/nsclick-udp-client-server-wifi.cc	Mon May 02 08:47:57 2011 +0200
+++ b/src/click/examples/nsclick-udp-client-server-wifi.cc	Mon May 02 16:24:20 2011 +0100
@@ -112,7 +112,7 @@
   // ns-3 supports RadioTap and Prism tracing extensions for 802.11b
   wifiPhy.SetPcapDataLinkType (YansWifiPhyHelper::DLT_IEEE802_11_RADIO);
 
-  YansWifiChannelHelper wifiChannel ;
+  YansWifiChannelHelper wifiChannel;
   wifiChannel.SetPropagationDelay ("ns3::ConstantSpeedPropagationDelayModel");
   // The below FixedRssLossModel will cause the rss to be fixed regardless
   // of the distance between the two stations, and the transmit power