# HG changeset patch # User Lalith Suresh # Date 1304349860 -3600 # Node ID b8c76878fbdf940a3d552a0b87a395f926bb43ce # Parent 875b31cb83e0c64adb60dfda12169dcb1c98eb8f Click module coding style cleanup diff -r 875b31cb83e0 -r b8c76878fbdf src/click/examples/nsclick-raw-wlan.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 diff -r 875b31cb83e0 -r b8c76878fbdf src/click/examples/nsclick-udp-client-server-wifi.cc --- 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