examples/stats/wifi-example-apps.h
changeset 7196 0f12b1572bca
parent 6823 a27f86fb4e55
child 7256 b04ba6772f8c
--- a/examples/stats/wifi-example-apps.h	Fri May 13 15:02:36 2011 -0400
+++ b/examples/stats/wifi-example-apps.h	Fri May 13 15:35:31 2011 -0400
@@ -37,7 +37,7 @@
 
 //----------------------------------------------------------------------
 //------------------------------------------------------
-class Sender: public Application {
+class Sender : public Application {
 public:
   static TypeId GetTypeId(void);
   Sender();
@@ -72,7 +72,7 @@
 
 
 //------------------------------------------------------
-class Receiver: public Application {
+class Receiver : public Application {
 public:
   static TypeId GetTypeId(void);
   Receiver();
@@ -112,7 +112,7 @@
   virtual uint32_t GetSerializedSize (void) const;
   virtual void Serialize (TagBuffer i) const;
   virtual void Deserialize (TagBuffer i);
-  
+
   // these are our accessors to our tag structure
   void SetTimestamp(Time time);
   Time GetTimestamp(void) const;