JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index c6e2d65..a38af24 100644 (file)
@@ -210,6 +210,7 @@ ScopeParser.prototype = {
             this.dumpLine.str = '';
             return;
         }
+        
         print(
             (new Array(this.dumpLine.scope)).join("  ") + '|' + 
             (new Array(this.dumpLine.brace)).join("  ") + this.dumpLine.str);