src/devices/wifi/regular-wifi-mac.cc
changeset 6674 52f8688d6d01
parent 6673 ec22aa763e2d
--- a/src/devices/wifi/regular-wifi-mac.cc	Thu Dec 02 07:51:34 2010 +0000
+++ b/src/devices/wifi/regular-wifi-mac.cc	Wed Dec 01 22:13:26 2010 +0000
@@ -392,14 +392,14 @@
 
 void
 RegularWifiMac::Enqueue (Ptr<const Packet> packet,
-                  Mac48Address to, Mac48Address from)
+                         Mac48Address to, Mac48Address from)
 {
   // We expect RegularWifiMac subclasses which do support forwarding (e.g.,
   // AP) to override this method. Therefore, we throw a fatal error if
   // someone tries to invoke this method on a class which has not done
   // this.
   NS_FATAL_ERROR ("This MAC entity (" << this << ", " << GetAddress ()
-                  << ") does not support Enqueue() with from address");
+                                      << ") does not support Enqueue() with from address");
 }
 
 bool
@@ -619,7 +619,7 @@
     .AddTraceSource ("TxErrHeader",
                      "The header of unsuccessfully transmitted packet",
                      MakeTraceSourceAccessor (&RegularWifiMac::m_txErrCallback))
-    ;
+  ;
 
   return tid;
 }