merge with master
[framework/web/wrt-plugins-common.git] / src / modules / API / Widget / IWidget.h
index 9b2f97d..1936ee9 100644 (file)
 
 #include <dpl/shared_ptr.h>
 
-namespace WrtDeviceApis{
-namespace Widget{
+namespace WrtDeviceApis {
+namespace Widget {
 namespace Api {
-
 class IWidget;
 typedef DPL::SharedPtr<IWidget> IWidgetPtr;
 
@@ -120,10 +119,8 @@ class IWidget
     virtual unsigned int getWidth() const = 0;
 
     virtual ~IWidget()
-    {
-    }
+    {}
 };
-
 }
 }
 }