merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / DEPRACATED / Gallery / IGalleryRequestManager.h
index e7e64f0..a21d52a 100644 (file)
@@ -61,12 +61,10 @@ class IGalleryRequestManager :
         ERRChangeView(Platform::ThreadEnum::GALLERY_THREAD),
         ERRGetMediaItems(Platform::ThreadEnum::GALLERY_THREAD),
         ERRGetMediaItemById(Platform::ThreadEnum::GALLERY_THREAD)
-    {
-    }
+    {}
 
     virtual ~IGalleryRequestManager()
-    {
-    }
+    {}
 
     virtual void getGalleries(const IEventGetGalleriesPtr &event);
     virtual void open(const IEventOpenPtr &event);
@@ -92,8 +90,8 @@ class GalleryFactory : private DPL::Noncopyable
 {
   protected:
     GalleryFactory()
-    {
-    }
+    {}
+
   public:
     static GalleryFactory& getInstance();
     IGalleryRequestManagerPtr getGalleryManager();