From e40b9d0177c5dfbf1cb54c242e38fdbb5aa67e90 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 9 Nov 2009 03:49:50 +0000 Subject: [PATCH] newlines at EOFs svn: r16630 original commit: 44d88cee6b13d29d08d5bdd8e9e7681ca70a3765 --- collects/scribble/private/manual-style.ss | 2 +- collects/scribble/private/on-demand.ss | 2 +- collects/scribblings/scribble/struct.scrbl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribble/private/manual-style.ss b/collects/scribble/private/manual-style.ss index a47424ae..14ed9193 100644 --- a/collects/scribble/private/manual-style.ss +++ b/collects/scribble/private/manual-style.ss @@ -195,4 +195,4 @@ (list (make-element 'italic (list i)))])] [(eq? i 'rsquo) (list 'prime)] [else (list i)]))) - c)))) \ No newline at end of file + c)))) diff --git a/collects/scribble/private/on-demand.ss b/collects/scribble/private/on-demand.ss index 038db1f1..6a97468d 100644 --- a/collects/scribble/private/on-demand.ss +++ b/collects/scribble/private/on-demand.ss @@ -7,4 +7,4 @@ (define-syntax (id stx) (if (identifier? stx) #'(force val) - (raise-syntax-error #f "bad syntax" stx))))) \ No newline at end of file + (raise-syntax-error #f "bad syntax" stx))))) diff --git a/collects/scribblings/scribble/struct.scrbl b/collects/scribblings/scribble/struct.scrbl index 2fceffa5..aeabe54a 100644 --- a/collects/scribblings/scribble/struct.scrbl +++ b/collects/scribblings/scribble/struct.scrbl @@ -277,4 +277,4 @@ layer is a style for the hyperlink.} @compat[] An alias for @scheme[content->string]. -} \ No newline at end of file +}