merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / tizen / Widget / Property.h
index 251783d..d1a19d1 100644 (file)
@@ -30,7 +30,6 @@
 
 namespace WrtDeviceApis {
 namespace Widget {
-
 template<typename T>
 class Property
 {
@@ -38,8 +37,7 @@ class Property
     explicit Property() :
         m_value(),
         m_valid(false)
-    {
-    }
+    {}
 
     void setValue(const T& value)
     {
@@ -61,8 +59,8 @@ class Property
     }
 
     virtual ~Property()
-    {
-    }
+    {}
+
   private:
     T m_value;
     bool m_valid;