From fa59efdf026990c3c6866f95a0e99bdbf81d1bd3 Mon Sep 17 00:00:00 2001 From: Lalith Suresh Date: Mon, 2 May 2011 16:24:20 +0100 Subject: [PATCH] Click module coding style cleanup --- src/click/examples/nsclick-raw-wlan.cc | 2 +- src/click/examples/nsclick-udp-client-server-wifi.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/click/examples/nsclick-raw-wlan.cc b/src/click/examples/nsclick-raw-wlan.cc index 9cffe043a..c237cb830 100644 --- a/src/click/examples/nsclick-raw-wlan.cc +++ b/src/click/examples/nsclick-raw-wlan.cc @@ -73,7 +73,7 @@ int main (int argc, char *argv[]) // 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 --git a/src/click/examples/nsclick-udp-client-server-wifi.cc b/src/click/examples/nsclick-udp-client-server-wifi.cc index 3a029767b..e83388d6d 100644 --- a/src/click/examples/nsclick-udp-client-server-wifi.cc +++ b/src/click/examples/nsclick-udp-client-server-wifi.cc @@ -112,7 +112,7 @@ main (int argc, char *argv[]) // 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