--- 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;