merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / DEPRACATED / Telephony / IEventClearLogs.h
index 7d70cc2..7a13ec9 100644 (file)
@@ -33,6 +33,7 @@ class IEventClearLog : public WrtPlugins::Platform::IEvent<IEventClearLog>
 {
     bool m_result;
     LogFilterPtr m_filter;
+
   public:
     void            setFilter(LogFilterPtr value)
     {
@@ -51,14 +52,11 @@ class IEventClearLog : public WrtPlugins::Platform::IEvent<IEventClearLog>
         return m_result;
     }
     virtual void    clearOnCancel()
-    {
-    }
+    {}
     IEventClearLog() : m_result(false)
-    {
-    }
+    {}
     ~IEventClearLog()
-    {
-    }
+    {}
 };
 
 typedef DPL::SharedPtr<IEventClearLog> IEventClearLogPtr;