merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / DEPRACATED / FeatureLoader / EventLoadFeature.h
index f1590f3..9b1c931 100644 (file)
@@ -32,8 +32,7 @@ class EventLoadFeature : public WrtPlugins::Platform::IEvent<EventLoadFeature>
         m_success(false),
         m_feature(feature),
         m_object(0)
-    {
-    }
+    {}
 
     ~EventLoadFeature()
     {
@@ -66,8 +65,8 @@ class EventLoadFeature : public WrtPlugins::Platform::IEvent<EventLoadFeature>
     }
 
     virtual void clearOnCancel()
-    {
-    }
+    {}
+
   private:
     bool m_success;
     std::string m_feature;