--- a/src/DAF/CDAP/ConnectionTableEntry.h
+++ b/src/DAF/CDAP/ConnectionTableEntry.h
@@ -13,13 +13,13 @@
 // along with this program.  If not, see http://www.gnu.org/licenses/.
 // 
 
-#ifndef CONNECTIONTABLEENTRY_H_
+#ifndef CONNECTIONTABLEENTRY_H_
 #define CONNECTIONTABLEENTRY_H_
 
-#include "APNamingInfo.h"
-
-class ConnectionTableEntry {
-  public:
+#include "APNamingInfo.h"
+
+class ConnectionTableEntry {
+  public:
     enum ConnectionStatus {UNKNOWN,
                            NIL,
                            FLOWPENDING,
@@ -30,8 +30,8 @@
 
     //De-constructors
     ConnectionTableEntry();
-    ConnectionTableEntry(APNamingInfo napni); 
-    virtual ~ConnectionTableEntry();
+    ConnectionTableEntry(APNamingInfo napni);
+    virtual ~ConnectionTableEntry();
 
     std::string info() const;
     std::string getConnectionStatusString() const;
@@ -44,10 +44,10 @@
   private:
     APNamingInfo apni;
     ConnectionStatus conStatus;
-
+
 };
 
 //Free function
-std::ostream& operator<< (std::ostream& os, const ConnectionTableEntry& cte);
-
-#endif /* CONNECTIONTABLEENTRY_H_ */
+std::ostream& operator<< (std::ostream& os, const ConnectionTableEntry& cte);
+
+#endif /* CONNECTIONTABLEENTRY_H_ */