src/aodv/model/aodv-rtable.h
changeset 7252 c8200621e252
parent 7165 7f8040a1d8bc
child 7256 b04ba6772f8c
--- a/src/aodv/model/aodv-rtable.h	Sun May 22 21:57:24 2011 -0700
+++ b/src/aodv/model/aodv-rtable.h	Sun May 22 22:28:15 2011 -0700
@@ -110,7 +110,7 @@
   Ipv4Address GetNextHop () const { return m_ipv4Route->GetGateway(); }
   void SetOutputDevice (Ptr<NetDevice> dev) { m_ipv4Route->SetOutputDevice(dev); }
   Ptr<NetDevice> GetOutputDevice () const { return m_ipv4Route->GetOutputDevice(); }
-  Ipv4InterfaceAddress GetInterface () const { return m_iface;}
+  Ipv4InterfaceAddress GetInterface () const { return m_iface; }
   void SetInterface (Ipv4InterfaceAddress iface) { m_iface = iface; }
   void SetValidSeqNo (bool s) { m_validSeqNo = s; }
   bool GetValidSeqNo () const { return m_validSeqNo; }