merge with master
[platform/framework/web/wrt-plugins-common.git] / src / Commons / TypeTraits.h
index 3e7e78f..bcc98f7 100644 (file)
@@ -20,7 +20,6 @@
 
 namespace WrtDeviceApis {
 namespace Commons {
-
 template<typename T>
 struct IsNull
 {
@@ -53,7 +52,6 @@ struct AlwaysFalse
 {
     static const bool value = false;
 };
-
 }
 } // WrtDeviceApisCommon