aodv: fix code style

This commit is contained in:
Tommaso Pecorella
2021-07-26 21:45:15 +00:00
parent 961e2782aa
commit 8bf71f305e

View File

@@ -165,7 +165,7 @@ ChainRegressionTest::CreateDevices ()
WifiMacHelper wifiMac;
wifiMac.SetType ("ns3::AdhocWifiMac");
YansWifiPhyHelper wifiPhy;
wifiPhy.DisablePreambleDetectionModel();
wifiPhy.DisablePreambleDetectionModel ();
YansWifiChannelHelper wifiChannel = YansWifiChannelHelper::Default ();
Ptr<YansWifiChannel> chan = wifiChannel.Create ();
wifiPhy.SetChannel (chan);