src/aodv/model/aodv-routing-protocol.cc
changeset 7252 c8200621e252
parent 7247 a3a0c0cfbba3
child 7256 b04ba6772f8c
--- a/src/aodv/model/aodv-routing-protocol.cc	Sun May 22 21:57:24 2011 -0700
+++ b/src/aodv/model/aodv-routing-protocol.cc	Sun May 22 22:28:15 2011 -0700
@@ -1007,7 +1007,7 @@
         {
           NS_LOG_DEBUG ("Ignoring RREQ from node in blacklist");
           return;
-	}
+        }
     }
 
   uint32_t id = rreqHeader.GetId ();
@@ -1065,8 +1065,8 @@
       m_routingTable.Update (toOrigin);
     }
   NS_LOG_LOGIC (receiver << " receive RREQ with hop count " << static_cast<uint32_t>(rreqHeader.GetHopCount ()) 
-		         << " ID " << rreqHeader.GetId ()
-		         << " to destination " << rreqHeader.GetDst ());
+                         << " ID " << rreqHeader.GetId ()
+                         << " to destination " << rreqHeader.GetDst ());
 
   //  A node generates a RREP if either:
   //  (i)  it is itself the destination,