JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index dbb3e09..6a35e83 100644 (file)
@@ -63,7 +63,7 @@ Scope.prototype = {
         indent = indent || '';
         print(
             indent +  "Scope: " + this.id + "\n" +
-            indent + "Started: " + ( this.token ? this.token.line  : 'TOP' ) + "\n" +
+            indent + " Started: " + ( this.token ? this.token.line  : 'TOP' ) + "\n" +
             indent + "- " + XObject.keys(this.identifiers).join(", ") + "\n"
         );
         this.subScopes.forEach(function(s) {