merge with master
[platform/framework/web/wrt-plugins-common.git] / src / Commons / Range.h
index 1f905a2..ab731e1 100644 (file)
@@ -22,7 +22,6 @@
 
 namespace WrtDeviceApis {
 namespace Commons {
-
 /**
  * Stores data describing a range of values.
  */
@@ -44,7 +43,6 @@ struct Range
      */
     ValueType max;
 };
-
 }
 } // WrtDeviceApisCommon