bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2917d887d68c24d570cd9751c6400a952a089e95
parent d2eb729e493d284d2291472b9b943d3b07928e2b
Author: Eli Barzilay <eli@barzilay.org>
Date:   Tue, 28 Jun 2011 02:01:41 -0400

A long overdue scan to eliminate files without terminating newlines.

(DrRacket should really do that.)

original commit: 40124a0619da5e187d95aeb1dde237f05d6f9c6b

Diffstat:
Mcollects/scriblib/bibtex.rkt | 3+--
Mcollects/scriblib/scribblings/bibtex.scrbl | 3+--
Mcollects/tests/scriblib/bibtex.rkt | 3+--
3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/collects/scriblib/bibtex.rkt b/collects/scriblib/bibtex.rkt @@ -217,4 +217,4 @@ [_ (make-bib #:title (format "~v" the-raw))])))) -(provide define-bibtex-cite) -\ No newline at end of file +(provide define-bibtex-cite) diff --git a/collects/scriblib/scribblings/bibtex.scrbl b/collects/scriblib/scribblings/bibtex.scrbl @@ -17,4 +17,4 @@ Uses @racket[define-cite] from @racketmodname[scriblib/autobib], but augments th Each string is broken along spaces into citations keys that are looked up in the BibTeX database and turned into @racket[bib?] structures. -} -\ No newline at end of file +} diff --git a/collects/tests/scriblib/bibtex.rkt b/collects/tests/scriblib/bibtex.rkt @@ -20,4 +20,4 @@ (citet-id "Tobin-Hochstadt:2011fk" "Tobin-Hochstadt:2011fk") (citet-id "Tobin-Hochstadt:2011fk Tobin-Hochstadt:2011fk") - (generate-bibliography-id)))) -\ No newline at end of file + (generate-bibliography-id))))