coding style
authorMirko Banchi <mk.banchi@gmail.com>
Tue Jul 07 23:48:03 2009 +0200 (7 months ago)
changeset 4691a99a57f697de
parent 4690 98aac83e4416
child 4692 fdf71375766a
coding style
src/devices/wifi/mac-low.cc
     1.1 --- a/src/devices/wifi/mac-low.cc	Tue Jul 07 23:43:47 2009 +0200
     1.2 +++ b/src/devices/wifi/mac-low.cc	Tue Jul 07 23:48:03 2009 +0200
     1.3 @@ -587,7 +587,7 @@
     1.4        if (m_txParams.HasNextPacket ()) 
     1.5          {
     1.6            m_waitSifsEvent = Simulator::Schedule (GetSifs (), 
     1.7 -                                               &MacLow::WaitSifsAfterEndTx, this);
     1.8 +                                                 &MacLow::WaitSifsAfterEndTx, this);
     1.9          }
    1.10      } 
    1.11    else if (hdr.IsCtl ())