JSDOC/TokenStream.js
[gnome.introspection-doc-generator] / JSDOC / TokenStream.js
index 3a30964..d36a01f 100644 (file)
@@ -206,7 +206,7 @@ TokenStream = XObject.define(
                 
                 if (token.is(stop)) {
                     depth--;
-                    Seed.print("balance: STOP: " " + depth + " " + token.data);
+                    Seed.print("balance: STOP: "  + depth + " " + token.data);
                     if (depth == 0) return got;
                 }
                 if (!this.next()) break;