]> gitweb.factorcode.org Git - factor.git/commitdiff
parser.notes: Remove trailing whitespace the parser noticed.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 30 Oct 2014 23:19:30 +0000 (16:19 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 30 Oct 2014 23:19:30 +0000 (16:19 -0700)
core/parser/notes/notes.factor

index 26bb29074297089d0d2c2ed0a5d8eb0b0d771b80..64bbb7299aba008e152500abfdf145be748d7244 100644 (file)
@@ -10,7 +10,7 @@ t parser-quiet? set-global
 
 : note. ( str -- )
     parser-quiet? get [
-        file get [ path>> write ":" write ] when* 
+        file get [ path>> write ":" write ] when*
         lexer get [ line>> number>string write ": " write ] when*
         "Note:" print dup print
     ] unless drop ;