From: Alan Knowles Date: Tue, 19 May 2015 04:46:21 +0000 (+0800) Subject: src/JsRender/NodeToVala.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2e6ddc20fc302744a11ae942aea6b46d1c020b0f;p=app.Builder.js src/JsRender/NodeToVala.vala --- diff --git a/src/JsRender/NodeToVala.vala b/src/JsRender/NodeToVala.vala index cf65631d7..ee6dd0e6f 100644 --- a/src/JsRender/NodeToVala.vala +++ b/src/JsRender/NodeToVala.vala @@ -193,7 +193,7 @@ public class JsRender.NodeToVala : Object { //this.ret += this.inpad + "public static " + this.xcls + " " + this.node.xvala_id+ ";\n\n"; this.addLine("%sstatic %s _%s;".printf(this.inpad, this.xcls, this.node.xvala_id)); - this.addLine(""); + this.addLine(); //this.ret += this.inpad + "static " + this.xcls + " _" + this.node.xvala_id+ ";\n\n"; @@ -210,7 +210,7 @@ public class JsRender.NodeToVala : Object { this.addLine(this.pad + "private " + this.top.xcls + " _this;)"; - this.addLine(""); + this.addLine();