From 44d88cee6b13d29d08d5bdd8e9e7681ca70a3765 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 --- collects/2htdp/image.ss | 2 +- collects/drscheme/private/eb.ss | 2 +- collects/drscheme/private/module-language-tools.ss | 2 +- collects/games/paint-by-numbers/raw-problems/raw-hattori.ss | 2 +- collects/games/paint-by-numbers/raw-problems/raw-kajitani.ss | 2 +- collects/games/paint-by-numbers/raw-problems/raw-misc.ss | 2 +- collects/games/paint-by-numbers/raw-problems/raw-problems.ss | 2 +- collects/redex/examples/arithmetic.ss | 2 +- collects/redex/private/hole-test.ss | 2 +- collects/scheme/exists/lang/reader.ss | 2 +- collects/scheme/math.ss | 2 +- collects/scribble/private/manual-style.ss | 2 +- collects/scribble/private/on-demand.ss | 2 +- collects/scribblings/scribble/struct.scrbl | 2 +- collects/tests/stepper/jump-to-ui-test.ss | 2 +- collects/tests/stepper/test-engine.ss | 2 +- collects/tests/typed-scheme/succeed/match-dots2.ss | 2 +- collects/tests/typed-scheme/xfail/applicative.ss | 2 +- collects/tests/typed-scheme/xfail/rec-contract.ss | 2 +- collects/typed-scheme/private/colon.ss | 2 +- collects/typed-scheme/rep/filter-rep.ss | 2 +- collects/unstable/bytes.ss | 2 +- collects/unstable/contract.ss | 2 +- collects/unstable/exn.ss | 2 +- collects/unstable/info.ss | 2 +- collects/unstable/list.ss | 2 +- collects/unstable/net/url.ss | 2 +- collects/unstable/path.ss | 2 +- collects/unstable/scribblings/list.scrbl | 2 +- collects/unstable/scribblings/net.scrbl | 2 +- collects/unstable/scribblings/path.scrbl | 2 +- collects/unstable/string.ss | 2 +- collects/web-server/private/util.ss | 2 +- collects/web-server/scribblings/faq.scrbl | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/collects/2htdp/image.ss b/collects/2htdp/image.ss index cf2e476d67..fbad8e8f2a 100644 --- a/collects/2htdp/image.ss +++ b/collects/2htdp/image.ss @@ -82,4 +82,4 @@ and they all have good sample contracts. (It is amazing what we can do with kids side-count? image-width - image-height) \ No newline at end of file + image-height) diff --git a/collects/drscheme/private/eb.ss b/collects/drscheme/private/eb.ss index 06874b7d8d..6b74f5561f 100644 --- a/collects/drscheme/private/eb.ss +++ b/collects/drscheme/private/eb.ss @@ -143,4 +143,4 @@ (draw-next-state) (set-splash-event-callback eli-event) - (send splash-canvas refresh)) \ No newline at end of file + (send splash-canvas refresh)) diff --git a/collects/drscheme/private/module-language-tools.ss b/collects/drscheme/private/module-language-tools.ss index ac303e5a9b..01113a928f 100644 --- a/collects/drscheme/private/module-language-tools.ss +++ b/collects/drscheme/private/module-language-tools.ss @@ -229,4 +229,4 @@ (drscheme:get/extend:extend-unit-frame make-new-unit-frame% #f))) -|# \ No newline at end of file +|# diff --git a/collects/games/paint-by-numbers/raw-problems/raw-hattori.ss b/collects/games/paint-by-numbers/raw-problems/raw-hattori.ss index d48bc094b3..238175a27b 100644 --- a/collects/games/paint-by-numbers/raw-problems/raw-hattori.ss +++ b/collects/games/paint-by-numbers/raw-problems/raw-hattori.ss @@ -5468,4 +5468,4 @@ (o x x x o o x x x o o x x o o x x o o x) (o o o o x x x x o o o x x x o o x x o o))) -)) \ No newline at end of file +)) diff --git a/collects/games/paint-by-numbers/raw-problems/raw-kajitani.ss b/collects/games/paint-by-numbers/raw-problems/raw-kajitani.ss index cb6b921391..06d4e386e0 100644 --- a/collects/games/paint-by-numbers/raw-problems/raw-kajitani.ss +++ b/collects/games/paint-by-numbers/raw-problems/raw-kajitani.ss @@ -14477,4 +14477,4 @@ (12) (7) () - ())))))) \ No newline at end of file + ())))))) diff --git a/collects/games/paint-by-numbers/raw-problems/raw-misc.ss b/collects/games/paint-by-numbers/raw-problems/raw-misc.ss index 3d7286cff0..7b1284f62e 100644 --- a/collects/games/paint-by-numbers/raw-problems/raw-misc.ss +++ b/collects/games/paint-by-numbers/raw-problems/raw-misc.ss @@ -38,4 +38,4 @@ The cols and rows types are specified in sig.ss ((1) (2 2) (1 1) (1) (2 2) (1))) ) -) \ No newline at end of file +) diff --git a/collects/games/paint-by-numbers/raw-problems/raw-problems.ss b/collects/games/paint-by-numbers/raw-problems/raw-problems.ss index 98138f5235..70d4f51034 100644 --- a/collects/games/paint-by-numbers/raw-problems/raw-problems.ss +++ b/collects/games/paint-by-numbers/raw-problems/raw-problems.ss @@ -79,4 +79,4 @@ The cols and rows types are specified in sig.ss (2 4 2) (2 5) (5) (3) (3))) ) -) \ No newline at end of file +) diff --git a/collects/redex/examples/arithmetic.ss b/collects/redex/examples/arithmetic.ss index de1cc90fed..8bb13fafa4 100644 --- a/collects/redex/examples/arithmetic.ss +++ b/collects/redex/examples/arithmetic.ss @@ -44,4 +44,4 @@ (traces/ps reductions (term (- (* (sqrt 36) (/ 1 2)) (+ 1 2))) traces-file) -(printf "Traces are in ~a~n" traces-file) \ No newline at end of file +(printf "Traces are in ~a~n" traces-file) diff --git a/collects/redex/private/hole-test.ss b/collects/redex/private/hole-test.ss index b539da0f3f..7536526d5a 100644 --- a/collects/redex/private/hole-test.ss +++ b/collects/redex/private/hole-test.ss @@ -29,4 +29,4 @@ (test--> test2 (term ((cont hole) (explode))) - (term okay)) \ No newline at end of file + (term okay)) diff --git a/collects/scheme/exists/lang/reader.ss b/collects/scheme/exists/lang/reader.ss index ecc1919151..fd7afc4460 100644 --- a/collects/scheme/exists/lang/reader.ss +++ b/collects/scheme/exists/lang/reader.ss @@ -1,2 +1,2 @@ #lang s-exp syntax/module-reader -scheme/exists/lang \ No newline at end of file +scheme/exists/lang diff --git a/collects/scheme/math.ss b/collects/scheme/math.ss index 387117a990..e13cbb61ec 100644 --- a/collects/scheme/math.ss +++ b/collects/scheme/math.ss @@ -112,4 +112,4 @@ (timer "slightly more than power of 10" iter k (order-of-magnitude qqq))) (error 'test-3 "~s" k))))) -|# \ No newline at end of file +|# diff --git a/collects/scribble/private/manual-style.ss b/collects/scribble/private/manual-style.ss index a47424ae6b..14ed919311 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 038db1f18e..6a97468d14 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 2fceffa58b..aeabe54abc 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 +} diff --git a/collects/tests/stepper/jump-to-ui-test.ss b/collects/tests/stepper/jump-to-ui-test.ss index 492af8de10..b311dd3700 100644 --- a/collects/tests/stepper/jump-to-ui-test.ss +++ b/collects/tests/stepper/jump-to-ui-test.ss @@ -9,4 +9,4 @@ (+ 6 7) -(+ 7 8) \ No newline at end of file +(+ 7 8) diff --git a/collects/tests/stepper/test-engine.ss b/collects/tests/stepper/test-engine.ss index 062c5f2cc6..fee8189a79 100644 --- a/collects/tests/stepper/test-engine.ss +++ b/collects/tests/stepper/test-engine.ss @@ -274,4 +274,4 @@ [expanded-thunk (lambda () (expand-teaching-program p2 read-syntax namespace-spec teachpack-specs #f module-id enable-testing?))]) (display (expanded-thunk)) - (test-sequence/core render-settings show-lambdas-as-lambdas? expanded-thunk '() (box #f)))]) \ No newline at end of file + (test-sequence/core render-settings show-lambdas-as-lambdas? expanded-thunk '() (box #f)))]) diff --git a/collects/tests/typed-scheme/succeed/match-dots2.ss b/collects/tests/typed-scheme/succeed/match-dots2.ss index d549ba1410..b2ea59a072 100644 --- a/collects/tests/typed-scheme/succeed/match-dots2.ss +++ b/collects/tests/typed-scheme/succeed/match-dots2.ss @@ -6,4 +6,4 @@ ;; evaluates a postfix sequence of items, using a stack (define (post-eval) (match '(1 2) - [(list (? number? #{stack : (Listof Number)}) ...) 3])) \ No newline at end of file + [(list (? number? #{stack : (Listof Number)}) ...) 3])) diff --git a/collects/tests/typed-scheme/xfail/applicative.ss b/collects/tests/typed-scheme/xfail/applicative.ss index a3a5d85d71..d474e20785 100644 --- a/collects/tests/typed-scheme/xfail/applicative.ss +++ b/collects/tests/typed-scheme/xfail/applicative.ss @@ -20,4 +20,4 @@ (λ (env) ((f env) (x env)))) -(ap (pure id) (pure 4)) \ No newline at end of file +(ap (pure id) (pure 4)) diff --git a/collects/tests/typed-scheme/xfail/rec-contract.ss b/collects/tests/typed-scheme/xfail/rec-contract.ss index 325ba364bb..922a54bdfb 100644 --- a/collects/tests/typed-scheme/xfail/rec-contract.ss +++ b/collects/tests/typed-scheme/xfail/rec-contract.ss @@ -10,4 +10,4 @@ (require 'm) (f 1)) -(require 'mm) \ No newline at end of file +(require 'mm) diff --git a/collects/typed-scheme/private/colon.ss b/collects/typed-scheme/private/colon.ss index 15bf2c98fc..47b278cdc5 100644 --- a/collects/typed-scheme/private/colon.ss +++ b/collects/typed-scheme/private/colon.ss @@ -46,4 +46,4 @@ (case (length (syntax->list #'(x ...))) [(1) (err "can only annotate identifiers with types" #'i)] [(0) (err "missing type")] - [else (err "bad syntax (multiple types after identifier)")])])) \ No newline at end of file + [else (err "bad syntax (multiple types after identifier)")])])) diff --git a/collects/typed-scheme/rep/filter-rep.ss b/collects/typed-scheme/rep/filter-rep.ss index 6720ab4bfc..8f353d7b91 100644 --- a/collects/typed-scheme/rep/filter-rep.ss +++ b/collects/typed-scheme/rep/filter-rep.ss @@ -95,4 +95,4 @@ (define LatentFilterSet/c (flat-named-contract 'LatentFilterSet - (λ (e) (or (LFilterSet? e))))) \ No newline at end of file + (λ (e) (or (LFilterSet? e))))) diff --git a/collects/unstable/bytes.ss b/collects/unstable/bytes.ss index 95687915d3..207e4b6469 100644 --- a/collects/unstable/bytes.ss +++ b/collects/unstable/bytes.ss @@ -16,4 +16,4 @@ (define (write/bytes v) (define by (open-output-bytes)) (write v by) - (get-output-bytes by)) \ No newline at end of file + (get-output-bytes by)) diff --git a/collects/unstable/contract.ss b/collects/unstable/contract.ss index fe296dedde..e01359b6b8 100644 --- a/collects/unstable/contract.ss +++ b/collects/unstable/contract.ss @@ -12,4 +12,4 @@ (provide/contract [non-empty-string/c contract?] [path-element? contract?] - [port-number? contract?]) \ No newline at end of file + [port-number? contract?]) diff --git a/collects/unstable/exn.ss b/collects/unstable/exn.ss index 50248e8dee..84c752d094 100644 --- a/collects/unstable/exn.ss +++ b/collects/unstable/exn.ss @@ -17,4 +17,4 @@ (provide/contract [network-error ((symbol? string?) (listof any/c) . ->* . (void))] - [exn->string ((or/c exn? any/c) . -> . string?)]) \ No newline at end of file + [exn->string ((or/c exn? any/c) . -> . string?)]) diff --git a/collects/unstable/info.ss b/collects/unstable/info.ss index b46de79f2d..a889a6c828 100644 --- a/collects/unstable/info.ss +++ b/collects/unstable/info.ss @@ -1,3 +1,3 @@ #lang setup/infotab (define scribblings - '(("scribblings/unstable.scrbl" (multi-page) (experimental)))) \ No newline at end of file + '(("scribblings/unstable.scrbl" (multi-page) (experimental)))) diff --git a/collects/unstable/list.ss b/collects/unstable/list.ss index d8fda6ec8d..cc984d8e69 100644 --- a/collects/unstable/list.ss +++ b/collects/unstable/list.ss @@ -16,4 +16,4 @@ #f)])])) (provide/contract - [list-prefix? (list? list? . -> . boolean?)]) \ No newline at end of file + [list-prefix? (list? list? . -> . boolean?)]) diff --git a/collects/unstable/net/url.ss b/collects/unstable/net/url.ss index aea7f0afb3..e22cbbd3c3 100644 --- a/collects/unstable/net/url.ss +++ b/collects/unstable/net/url.ss @@ -41,4 +41,4 @@ [(same) "."] [(up) ".."] [else (error 'maybe-join-params - "bad value from path/param-path: ~e" s)]))))) \ No newline at end of file + "bad value from path/param-path: ~e" s)]))))) diff --git a/collects/unstable/path.ss b/collects/unstable/path.ss index e68c5f0484..197c020851 100644 --- a/collects/unstable/path.ss +++ b/collects/unstable/path.ss @@ -50,4 +50,4 @@ [path-without-base (path-string? path-string? . -> . (listof path-element?))] [strip-prefix-ups ((listof path-element?) . -> . (listof path-element?))] [directory-part (path-string? . -> . path?)] - [build-path-unless-absolute (path-string? path-string? . -> . path?)]) \ No newline at end of file + [build-path-unless-absolute (path-string? path-string? . -> . path?)]) diff --git a/collects/unstable/scribblings/list.scrbl b/collects/unstable/scribblings/list.scrbl index e1e590df6b..ed7e3d16e0 100644 --- a/collects/unstable/scribblings/list.scrbl +++ b/collects/unstable/scribblings/list.scrbl @@ -13,4 +13,4 @@ [r list?]) boolean?]{ True if @scheme[l] is a prefix of @scheme[r]. -} \ No newline at end of file +} diff --git a/collects/unstable/scribblings/net.scrbl b/collects/unstable/scribblings/net.scrbl index 5d4fe841ae..8df640445d 100644 --- a/collects/unstable/scribblings/net.scrbl +++ b/collects/unstable/scribblings/net.scrbl @@ -8,4 +8,4 @@ @local-table-of-contents[] -@include-section["net/url.scrbl"] \ No newline at end of file +@include-section["net/url.scrbl"] diff --git a/collects/unstable/scribblings/path.scrbl b/collects/unstable/scribblings/path.scrbl index 568e579a11..c886f9398d 100644 --- a/collects/unstable/scribblings/path.scrbl +++ b/collects/unstable/scribblings/path.scrbl @@ -37,4 +37,4 @@ @defproc[(strip-prefix-ups [p (listof path-element?)]) (listof path-element?)]{ Removes all the prefix @scheme[".."]s from @scheme[p]. -} \ No newline at end of file +} diff --git a/collects/unstable/string.ss b/collects/unstable/string.ss index e8fd1fb5c5..79f319d550 100644 --- a/collects/unstable/string.ss +++ b/collects/unstable/string.ss @@ -19,4 +19,4 @@ (provide/contract [lowercase-symbol! ((or/c string? bytes?) . -> . symbol?)] [read/string (string? . -> . serializable?)] - [write/string (serializable? . -> . string?)]) \ No newline at end of file + [write/string (serializable? . -> . string?)]) diff --git a/collects/web-server/private/util.ss b/collects/web-server/private/util.ss index 2cbe50823e..f1993b0112 100644 --- a/collects/web-server/private/util.ss +++ b/collects/web-server/private/util.ss @@ -14,4 +14,4 @@ unstable/list unstable/path unstable/string - unstable/net/url)) \ No newline at end of file + unstable/net/url)) diff --git a/collects/web-server/scribblings/faq.scrbl b/collects/web-server/scribblings/faq.scrbl index eaebff32dd..a0f44f9ed6 100644 --- a/collects/web-server/scribblings/faq.scrbl +++ b/collects/web-server/scribblings/faq.scrbl @@ -85,4 +85,4 @@ user-content This allows you to do the same thing but is safer and more efficient: safer because there is no way to include templates that are not named by the programmer and more efficient because all the templates are compiled (and optimized) with the rest of the code. -If you insist on dynamicism, there is always @scheme[eval]. \ No newline at end of file +If you insist on dynamicism, there is always @scheme[eval].