src/dsr/model/dsr-rsendbuff.cc
changeset 8752 2da1fab73114
parent 8751 efad81f3cb47
child 8753 8d84b96e26bf
--- a/src/dsr/model/dsr-rsendbuff.cc	Fri Jan 27 15:15:48 2012 -0800
+++ b/src/dsr/model/dsr-rsendbuff.cc	Sun May 06 20:52:24 2012 -0700
@@ -56,7 +56,7 @@
        != m_sendBuffer.end (); ++i)
     {
       NS_LOG_INFO ("packet id " << i->GetPacket ()->GetUid () << " " << entry.GetPacket ()->GetUid ()
-                                << " dst " << i->GetDestination () << " " << entry.GetDestination ());
+                   << " dst " << i->GetDestination () << " " << entry.GetDestination ());
 
       if ((i->GetPacket ()->GetUid () == entry.GetPacket ()->GetUid ())
           && (i->GetDestination () == entry.GetDestination ()))