From: Alan Knowles Date: Tue, 15 Sep 2015 09:11:40 +0000 (+0800) Subject: JSDOC/TokenReader.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=519a39ee5b7e241632bf5d8d98eaadecef6bf884 JSDOC/TokenReader.vala --- diff --git a/JSDOC/TokenReader.vala b/JSDOC/TokenReader.vala index b4127d7..11a853a 100644 --- a/JSDOC/TokenReader.vala +++ b/JSDOC/TokenReader.vala @@ -290,7 +290,7 @@ namespace JSDOC { } //print("WHITE = " + JSON.stringify(found)); if (this.collapseWhite) { - found = " "; + found = " "; // this might work better if it was a ';' ??? } if (this.keepWhite) tokens.push(new Token(found, "WHIT", "SPACE", this.line)); return true;