merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / DEPRACATED / Gallery / IEventOpen.h
index fc02c3a..81c3f28 100644 (file)
@@ -36,7 +36,7 @@ class IEventOpen : public WrtPlugins::Platform::IEvent<IEventOpen>
 
   public:
     void                setResult(
-            const Commons::ExceptionCodes::Enumeration &value)
+        const Commons::ExceptionCodes::Enumeration &value)
     {
         m_result = value;
     }
@@ -54,8 +54,7 @@ class IEventOpen : public WrtPlugins::Platform::IEvent<IEventOpen>
     }
 
     IEventOpen() : m_result(Commons::ExceptionCodes::None)
-    {
-    }
+    {}
 };
 
 typedef DPL::SharedPtr<IEventOpen> IEventOpenPtr;