coding style
authorMirko Banchi <mk.banchi@gmail.com>
Tue, 07 Jul 2009 23:48:03 +0200
changeset 4671 a99a57f697de
parent 4670 98aac83e4416
child 4672 fdf71375766a
coding style
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 ())