JSDOC/TokenStream.vala
authorAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 08:39:39 +0000 (16:39 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 08:39:39 +0000 (16:39 +0800)
JSDOC/TokenStream.vala

index 723b4a8..f9e9673 100644 (file)
@@ -289,7 +289,8 @@ namespace JSDOC {
                    return null;
                }
 
-               public Gee.ArrayList<Token> insertAhead(Token token) {
+               public Gee.ArrayList<Token> insertAhead(Token token) 
+               {
                    this.tokens.splice(this.cursor+1, 0, token); // fixme...
                }