Source code formating unification
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / DEPRACATED / UI / IPreferencesEvents.h
index 99d4d23..f27d406 100644 (file)
@@ -33,12 +33,10 @@ class IEventSetWallpaper : public WrtPlugins::Platform::IEvent<
 {
   public:
     IEventSetWallpaper()
-    {
-    }
+    {}
 
     virtual ~IEventSetWallpaper()
-    {
-    }
+    {}
 };
 typedef DPL::SharedPtr<IEventSetWallpaper> IEventSetWallpaperPtr;
 //=========================================================================
@@ -47,12 +45,10 @@ class IEventSetCallRingtone : public WrtPlugins::Platform::IEvent<
 {
   public:
     IEventSetCallRingtone()
-    {
-    }
+    {}
 
     virtual ~IEventSetCallRingtone()
-    {
-    }
+    {}
 };
 typedef DPL::SharedPtr<IEventSetCallRingtone> IEventSetCallRingtonePtr;
 //=========================================================================
@@ -61,12 +57,10 @@ class IEventSetMessageRingtone : public WrtPlugins::Platform::IEvent<
 {
   public:
     IEventSetMessageRingtone()
-    {
-    }
+    {}
 
     virtual ~IEventSetMessageRingtone()
-    {
-    }
+    {}
 };
 typedef DPL::SharedPtr<IEventSetMessageRingtone> IEventSetMessageRingtonePtr;
 //=========================================================================