JSDOC/TokenStream.vala
[gnome.introspection-doc-generator] / JSDOC / TokenStream.vala
index 804c04c..539875b 100644 (file)
@@ -224,7 +224,7 @@ namespace JSDOC {
                        if (stop == null) {
                                throw new TokenStreamError.ArgumentError("balance called with invalid start/stop : %s",start);
                        }
-                   debug("START=%s, STOP=%s\n", start,stop);
+                   debug("START=%s, STOP=%s \n", start,stop);
                    var depth = 0;
                    var got = new Gee.ArrayList<Token>();
                    var started = false;