make all files terminate with a newline

svn: r8786

original commit: bb34f747b60bb4b06e0c2098e9c591677fb49d57
This commit is contained in:
Eli Barzilay 2008-02-24 21:27:36 +00:00
parent 0cc6039906
commit 6b867572bb
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
(module class mzscheme
(require scheme/private/class-internal)
(provide-public-names))
(provide-public-names))

View File

@ -1109,4 +1109,4 @@
(cond
[(zero? i) null]
[else (cons (- n i)
(loop (- i 1)))])))))
(loop (- i 1)))])))))

View File

@ -50,4 +50,4 @@
(raise-syntax-error 'open-as "Unknown field" field))
(make-rename-transformer (cdr hid))))
)
)

View File

@ -395,4 +395,4 @@
(main stx))
(lambda (stx)
(context-check stx)
(main/versions stx))))))
(main/versions stx))))))