src/olsr/model/olsr-header.h
changeset 7184 a15feb312428
parent 6852 8f1a53d3f6ca
child 7385 10beb0e53130
--- a/src/olsr/model/olsr-header.h	Fri May 13 14:57:56 2011 -0400
+++ b/src/olsr/model/olsr-header.h	Fri May 13 14:58:13 2011 -0400
@@ -94,7 +94,7 @@
   uint16_t m_packetLength;
   uint16_t m_packetSequenceNumber;
 
-public:  
+public:
   static TypeId GetTypeId (void);
   virtual TypeId GetInstanceTypeId (void) const;
   virtual void Print (std::ostream &os) const;
@@ -189,7 +189,7 @@
 //   {
 //     return m_messageSize;
 //   }
-  
+
 private:
   MessageType m_messageType;
   uint8_t m_vTime;
@@ -199,7 +199,7 @@
   uint16_t m_messageSequenceNumber;
   uint16_t m_messageSize;
 
-public:  
+public:
   static TypeId GetTypeId (void);
   virtual TypeId GetInstanceTypeId (void) const;
   virtual void Print (std::ostream &os) const;
@@ -431,7 +431,7 @@
     return m_message.hna;
   }
 
-  
+
 };
 
 
@@ -464,7 +464,8 @@
 }
 
 
-}} // namespace olsr, ns3
+}
+}  // namespace olsr, ns3
 
 #endif /* OLSR_HEADER_H */