src/wifi/model/amsdu-subframe-header.h
changeset 7141 072fb225b714
parent 7139 79dd02ed46ec
child 7385 10beb0e53130
--- a/src/wifi/model/amsdu-subframe-header.h	Fri May 06 13:21:20 2011 -0700
+++ b/src/wifi/model/amsdu-subframe-header.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,
@@ -27,16 +27,15 @@
 
 /**
  * \ingroup wifi
- * 
- * 
+ *
+ *
  */
 class AmsduSubframeHeader : public Header
 {
 public:
-
   AmsduSubframeHeader ();
   virtual ~AmsduSubframeHeader ();
-  
+
   static TypeId GetTypeId (void);
   virtual TypeId GetInstanceTypeId (void) const;
   virtual void Print (std::ostream &os) const;