JSDOC/TokenReader.vala
[gnome.introspection-doc-generator] / JSDOC / TokenReader.vala
index b4127d7..11a853a 100644 (file)
@@ -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;