From b5dba569ae23ca653df300f77aa23a259641b251 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 14 Jan 2009 03:10:47 +0000 Subject: [PATCH] newlines at EOFs svn: r13105 original commit: d1a0086471bf5e9553a9b056b26286c427831d38 --- collects/framework/private/comment-box.ss | 2 +- collects/framework/private/search.ss | 2 +- collects/framework/private/sig.ss | 2 +- collects/mrlib/close-icon.ss | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/framework/private/comment-box.ss b/collects/framework/private/comment-box.ss index f95d2617..ce73ab0f 100644 --- a/collects/framework/private/comment-box.ss +++ b/collects/framework/private/comment-box.ss @@ -122,4 +122,4 @@ (make-special-comment "comment")) (super-instantiate ()) (inherit set-snipclass) - (set-snipclass snipclass)))) \ No newline at end of file + (set-snipclass snipclass)))) diff --git a/collects/framework/private/search.ss b/collects/framework/private/search.ss index 3f066dfa..6f3acb57 100644 --- a/collects/framework/private/search.ss +++ b/collects/framework/private/search.ss @@ -96,4 +96,4 @@ (if (not embedded-pos) (next-loop) (values embedded embedded-pos)))] - [else (next-loop)]))))))) \ No newline at end of file + [else (next-loop)]))))))) diff --git a/collects/framework/private/sig.ss b/collects/framework/private/sig.ss index b96eef8d..32e5a033 100644 --- a/collects/framework/private/sig.ss +++ b/collects/framework/private/sig.ss @@ -465,4 +465,4 @@ (open (prefix frame: frame^)) (open (prefix handler: handler^)) (open (prefix scheme: scheme^)) - (open (prefix main: main^)))) \ No newline at end of file + (open (prefix main: main^)))) diff --git a/collects/mrlib/close-icon.ss b/collects/mrlib/close-icon.ss index 80a7681e..24e05a0c 100644 --- a/collects/mrlib/close-icon.ss +++ b/collects/mrlib/close-icon.ss @@ -118,4 +118,4 @@ (define f (new frame% [label "test"])) (define c (new close-icon% [parent f] [callback (λ () (printf "hi\n"))])) (define gb (new grow-box-spacer-pane% [parent f])) - (send f show #t)) \ No newline at end of file + (send f show #t))