# HG changeset patch # User Mirko Banchi # Date 1247003283 -7200 # Node ID a99a57f697dec51ee1fcdd22baed71bfd0ec44a6 # Parent 98aac83e4416c716f7fb29ff24e7223219370c73 coding style diff -r 98aac83e4416 -r a99a57f697de src/devices/wifi/mac-low.cc --- a/src/devices/wifi/mac-low.cc Tue Jul 07 23:43:47 2009 +0200 +++ b/src/devices/wifi/mac-low.cc Tue Jul 07 23:48:03 2009 +0200 @@ -587,7 +587,7 @@ if (m_txParams.HasNextPacket ()) { m_waitSifsEvent = Simulator::Schedule (GetSifs (), - &MacLow::WaitSifsAfterEndTx, this); + &MacLow::WaitSifsAfterEndTx, this); } } else if (hdr.IsCtl ())