Follow formatting NUI
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Xaml / NamescopingVisitor.cs
index 99e0f89..ffccf1d 100755 (executable)
@@ -70,7 +70,7 @@ namespace Tizen.NUI.Xaml
 
         static bool IsVisualStateGroupList(ElementNode node)
         {
-            return node != null  && node.XmlType.Name == "VisualStateGroup" && node.Parent is IListNode;
+            return node != null && node.XmlType.Name == "VisualStateGroup" && node.Parent is IListNode;
         }
     }
 }
\ No newline at end of file