src/wifi/model/block-ack-agreement.h
changeset 7141 072fb225b714
parent 7139 79dd02ed46ec
child 7385 10beb0e53130
--- a/src/wifi/model/block-ack-agreement.h	Fri May 06 13:21:20 2011 -0700
+++ b/src/wifi/model/block-ack-agreement.h	Sat May 07 21:49:46 2011 +0200
@@ -3,7 +3,7 @@
  * Copyright (c) 2009 MIRKO BANCHI
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as 
+ * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation;
  *
  * This program is distributed in the hope that it will be useful,
@@ -28,7 +28,7 @@
  * \brief Maintains information for a block ack agreement.
  * \ingroup wifi
  */
-class BlockAckAgreement 
+class BlockAckAgreement
 {
   friend class MacLow;
 public:
@@ -52,7 +52,6 @@
   bool IsAmsduSupported (void) const;
 
 protected:
- 
   Mac48Address m_peer;
   uint8_t m_amsduSupported;
   uint8_t m_blockAckPolicy; /* represents type of block ack: immediate or delayed */
@@ -60,7 +59,7 @@
   uint16_t m_bufferSize;
   uint16_t m_timeout;
   uint16_t m_startingSeq;
-  
+
   EventId m_inactivityEvent;
 };