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