Follow formatting NUI
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / XamlBinding / Internals / PreserveAttribute.cs
index 08aa02a..72e775c 100755 (executable)
@@ -3,20 +3,20 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding.Internals
 {
-       [AttributeUsage(AttributeTargets.All)]
+    [AttributeUsage(AttributeTargets.All)]
     internal class PreserveAttribute : Attribute
-       {
-               public bool AllMembers;
-               public bool Conditional;
+    {
+        public bool AllMembers;
+        public bool Conditional;
 
-               public PreserveAttribute(bool allMembers, bool conditional)
-               {
-                       AllMembers = allMembers;
-                       Conditional = conditional;
-               }
+        public PreserveAttribute(bool allMembers, bool conditional)
+        {
+            AllMembers = allMembers;
+            Conditional = conditional;
+        }
 
-               public PreserveAttribute()
-               {
-               }
-       }
+        public PreserveAttribute()
+        {
+        }
+    }
 }
\ No newline at end of file