Switch to side-by-side view

--- a/src/DAF/CDAP/CDAPMsgLog.h
+++ b/src/DAF/CDAP/CDAPMsgLog.h
@@ -13,7 +13,7 @@
 // along with this program.  If not, see http://www.gnu.org/licenses/.
 // 
 
-#ifndef CDAPMSGLOG_H_
+#ifndef CDAPMSGLOG_H_
 #define CDAPMSGLOG_H_
 
 //Standard libraries
@@ -23,11 +23,11 @@
 
 typedef std::list<CDAPMsgLogEntry> TMessageLog;
 typedef TMessageLog::iterator TMLIter;
-typedef TMessageLog::const_iterator TMLConstIter;
-
-class CDAPMsgLog : public cSimpleModule {
-  public:
-    CDAPMsgLog();
+typedef TMessageLog::const_iterator TMLConstIter;
+
+class CDAPMsgLog : public cSimpleModule {
+  public:
+    CDAPMsgLog();
     virtual ~CDAPMsgLog();
 
     std::string info() const;
@@ -43,4 +43,4 @@
     TMessageLog MsgLog;
 };
 
-#endif /* CDAPMSGLOG_H_ */
+#endif /* CDAPMSGLOG_H_ */