src/wifi/model/ctrl-headers.h
changeset 11450 9f4ae69f12b7
parent 10483 e3a02ed14587
--- a/src/wifi/model/ctrl-headers.h	Tue Jun 16 13:13:06 2015 -0700
+++ b/src/wifi/model/ctrl-headers.h	Sun Jun 21 00:23:45 2015 +0200
@@ -17,6 +17,7 @@
  *
  * Author: Mirko Banchi <mk.banchi@gmail.com>
  */
+
 #ifndef CTRL_HEADERS_H
 #define CTRL_HEADERS_H
 
@@ -77,10 +78,10 @@
    */
   void SetTidInfo (uint8_t tid);
   /**
-   * Set the starting sequence number from the given 
+   * Set the starting sequence number from the given
    * raw sequence control field.
    *
-   * \param seq the raw sequence control 
+   * \param seq the raw sequence control
    */
   void SetStartingSequence (uint16_t seq);
 
@@ -134,6 +135,7 @@
    */
   uint16_t GetStartingSequenceControl (void) const;
 
+
 private:
   /**
    * Set the starting sequence control with the given
@@ -168,6 +170,7 @@
   uint16_t m_startingSeq;
 };
 
+
 /**
  * \ingroup wifi
  * \brief Headers for Block ack response.
@@ -211,10 +214,10 @@
    */
   void SetTidInfo (uint8_t tid);
   /**
-   * Set the starting sequence number from the given 
+   * Set the starting sequence number from the given
    * raw sequence control field.
    *
-   * \param seq the raw sequence control 
+   * \param seq the raw sequence control
    */
   void SetStartingSequence (uint16_t seq);
 
@@ -328,6 +331,7 @@
    */
   void ResetBitmap (void);
 
+
 private:
   /**
    * Return the block ACK control.
@@ -401,6 +405,6 @@
   } bitmap;
 };
 
-} // namespace ns3
+} //namespace ns3
 
 #endif /* CTRL_HEADERS_H */