diff --git a/collects/parser-tools/examples/read.ss b/collects/parser-tools/examples/read.ss index 13ef1f4..a07d537 100644 --- a/collects/parser-tools/examples/read.ss +++ b/collects/parser-tools/examples/read.ss @@ -239,4 +239,4 @@ (provide (rename readsyntax read-syntax)) - ) \ No newline at end of file + ) diff --git a/collects/parser-tools/private-lex/error-tests.ss b/collects/parser-tools/private-lex/error-tests.ss index 6f27da3..6129622 100644 --- a/collects/parser-tools/private-lex/error-tests.ss +++ b/collects/parser-tools/private-lex/error-tests.ss @@ -32,4 +32,4 @@ (lexer ((char-range) 1)) (lexer ((char-range #\9 #\0) 1)) (lexer ((char-complement) 1)) -(lexer ((char-complement (concatenation "1" "2")) 1)) \ No newline at end of file +(lexer ((char-complement (concatenation "1" "2")) 1)) diff --git a/collects/parser-tools/private-lex/stx.ss b/collects/parser-tools/private-lex/stx.ss index 4ae7575..36976e3 100644 --- a/collects/parser-tools/private-lex/stx.ss +++ b/collects/parser-tools/private-lex/stx.ss @@ -190,4 +190,4 @@ ((parse #'(char-range "1" "3")) '(char-range #\1 #\3)) ((parse #'(char-complement (union "1" "2"))) '(char-complement (union "1" "2")))) - ) \ No newline at end of file + ) diff --git a/collects/parser-tools/private-lex/unicode-chars.ss b/collects/parser-tools/private-lex/unicode-chars.ss index 0f3cb32..fb4a134 100644 --- a/collects/parser-tools/private-lex/unicode-chars.ss +++ b/collects/parser-tools/private-lex/unicode-chars.ss @@ -66,4 +66,4 @@ '((1 5 #t) (17 19 #t) (21 51 #f))) '((17 . 19) (30 . 39) (50 . 51)))) - ) \ No newline at end of file + ) diff --git a/collects/parser-tools/yacc.ss b/collects/parser-tools/yacc.ss index 5803c7c..0c16284 100644 --- a/collects/parser-tools/yacc.ss +++ b/collects/parser-tools/yacc.ss @@ -378,4 +378,4 @@ (cond ((null? l) null) (else (cons (make-parser i) (loop (cdr l) (add1 i)))))))))) - ) \ No newline at end of file + )