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

index 5fc4759..aa2defb 100644 (file)
@@ -210,15 +210,15 @@ public class JsRender.NodeToVala : Object {
        void classHeader()
        {
                           
-                       // class header..
-                       // class xxx {   WrappedGtk  el; }
-                       this.addLine(inpad + "public class " + this.xcls + " : Object \n" + this.inpad + "{");
-                       
-                       this.addLine(this.pad + "public " + this.cls + " el;");
+               // class header..
+               // class xxx {   WrappedGtk  el; }
+               this.addLine(inpad + "public class " + this.xcls + " : Object \n" + this.inpad + "{");
+               
+               this.addLine(this.pad + "public " + this.cls + " el;");
 
-                         
-                       this.addLine(this.pad + "private " + this.top.xcls + "  _this;)";
-                       this.addLine();
+                 
+               this.addLine(this.pad + "private " + this.top.xcls + "  _this;)";
+               this.addLine();