[Release] wrt-installer_0.1.39
[framework/web/wrt-installer.git] / src / misc / libxml_utils.h
index d662bc7..5354bda 100644 (file)
@@ -39,7 +39,7 @@
  */
 class LibxmlUtils
 {
-public:
+  public:
     DECLARE_EXCEPTION_TYPE(DPL::Exception, Base)
     DECLARE_EXCEPTION_TYPE(Base, Libxml2Error)
 
@@ -47,7 +47,8 @@ public:
     ~LibxmlUtils();
 
     void init();
-private:
+
+  private:
     bool isInitialized;
 
     friend class DPL::Singleton<LibxmlUtils>;