Add ScriptUI to support XAML file (#320)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / XamlBinding / RenderWithAttribute.cs
index da04542..57b3398 100755 (executable)
@@ -2,14 +2,14 @@
 
 namespace Tizen.NUI.Binding
 {
-       [AttributeUsage(AttributeTargets.Class)]
-       internal sealed class RenderWithAttribute : Attribute
-       {
-               public RenderWithAttribute(Type type)
-               {
-                       Type = type;
-               }
+    [AttributeUsage(AttributeTargets.Class)]
+    internal sealed class RenderWithAttribute : Attribute
+    {
+        public RenderWithAttribute(Type type)
+        {
+            Type = type;
+        }
 
-               public Type Type { get; }
-       }
+        public Type Type { get; }
+    }
 }
\ No newline at end of file