coding style
authorMirko Banchi <mk.banchi@gmail.com>
Tue, 07 Jul 2009 23:43:47 +0200
changeset 4670 98aac83e4416
parent 4669 8aaa5e83939e
child 4671 a99a57f697de
coding style
src/devices/wifi/mac-low.cc
--- a/src/devices/wifi/mac-low.cc	Tue Jul 07 21:18:01 2009 +0200
+++ b/src/devices/wifi/mac-low.cc	Tue Jul 07 23:43:47 2009 +0200
@@ -584,11 +584,11 @@
         {
           m_listener->GotAck (rxSnr, txMode);
         }
-    if (m_txParams.HasNextPacket ()) 
-      {
-        m_waitSifsEvent = Simulator::Schedule (GetSifs (), 
+      if (m_txParams.HasNextPacket ()) 
+        {
+          m_waitSifsEvent = Simulator::Schedule (GetSifs (), 
                                                &MacLow::WaitSifsAfterEndTx, this);
-      }
+        }
     } 
   else if (hdr.IsCtl ()) 
     {