src/JsRender/NodeToVala.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 04:31:08 +0000 (12:31 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 04:31:08 +0000 (12:31 +0800)
src/JsRender/NodeToVala.vala

index 712aae8..207d83e 100644 (file)
@@ -52,11 +52,11 @@ public class JsRender.NodeToVala : Object {
        public int vcnt = 0;
        string toValaNS(Node item)
        {
-                       var ns = item.get("xns") ;
-                       if (ns == "GtkSource") {
-                               return "Gtk.Source";
-                       }
-                       return ns + ".";
+               var ns = item.get("xns") ;
+               if (ns == "GtkSource") {
+                       return "Gtk.Source";
+               }
+               return ns + ".";
        }
        public void  toValaName(Node item, int depth =0) 
        {