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

index 0f041a0..c30abf2 100644 (file)
@@ -104,7 +104,7 @@ namespace JSDOC {
          
             while (!stream.lookEOF()) {
                 
-                
+
                 if (this.read_mlcomment(stream, tokens)) continue;
                 if (this.read_slcomment(stream, tokens)) continue;
                 if (this.read_dbquote(stream, tokens))   continue;