Switch to side-by-side view

--- a/src/DAF/CDAP/CDAPMsgLogEntry.cc
+++ b/src/DAF/CDAP/CDAPMsgLogEntry.cc
@@ -13,17 +13,17 @@
 // along with this program.  If not, see http://www.gnu.org/licenses/.
 // 
 
-#include "CDAPMsgLogEntry.h"
-
+#include "CDAPMsgLogEntry.h"
+
 CDAPMsgLogEntry::CDAPMsgLogEntry() {
     this->msgStatus = this->UNKNOWN;
-    this->opCode = "";
-}
-
-CDAPMsgLogEntry::~CDAPMsgLogEntry() {
+    this->opCode = "";
+}
+
+CDAPMsgLogEntry::~CDAPMsgLogEntry() {
     this->msgStatus = this->UNKNOWN;
     this->invokeId = UNINIT_INVOKEID;
-    this->requestedAt = 0;
+    this->requestedAt = 0;
     this->respondedAt = 0;
 }