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