Follow formatting NUI
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Extensions.cs
index 5a7235f..7a3b29b 100755 (executable)
@@ -34,7 +34,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        public static string GetValueString(this PropertyInfo property,  object obj, Type propertyType)
+        public static string GetValueString(this PropertyInfo property, object obj, Type propertyType)
         {
             string ret = "";
             object value = property.GetValue(obj);