From 5aa89e6251938c64b76250622990bef91e76d19a Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 1 Jun 2017 13:46:32 -0500 Subject: [PATCH] factor: Add newlines to every line. --- basis/alien/enums/enums.factor | 2 +- basis/cocoa/touchbar/touchbar.factor | 2 +- basis/generalizations/generalizations.factor | 2 +- basis/io/launcher/windows/test/env.factor | 2 +- basis/tools/deploy/shaker/strip-call.factor | 2 +- core/io/test/no-trailing-eol.factor | 2 +- .../L-system/models/abop-5-angular/abop-5-angular.factor | 2 +- unmaintained/L-system/models/abop-5/abop-5.factor | 2 +- unmaintained/L-system/models/abop-6/abop-6.factor | 2 +- unmaintained/L-system/models/airhorse/airhorse.factor | 1 - unmaintained/L-system/models/tree-5/tree-5.factor | 1 - unmaintained/advice/advice-docs.factor | 2 +- .../bubble-chamber/hadron-chamber/hadron-chamber.factor | 2 +- unmaintained/bubble-chamber/large/large.factor | 2 +- unmaintained/bubble-chamber/medium/medium.factor | 2 +- unmaintained/bubble-chamber/original/original.factor | 2 +- unmaintained/bubble-chamber/quark-chamber/quark-chamber.factor | 2 +- unmaintained/bubble-chamber/small/small.factor | 2 +- unmaintained/bubble-chamber/ten-hadrons/ten-hadrons.factor | 2 +- unmaintained/cfdg/cfdg.factor | 2 +- unmaintained/cfdg/gl/gl.factor | 2 +- unmaintained/cfdg/models/game1-turn6/game1-turn6.factor | 2 +- unmaintained/cfdg/models/rules08/rules08.factor | 2 +- unmaintained/cfdg/models/sierpinski/sierpinski.factor | 2 +- unmaintained/cfdg/models/spirales/spirales.factor | 2 +- unmaintained/dns/util/util.factor | 2 +- unmaintained/drills/deployed/deployed.factor | 2 +- unmaintained/drills/drills.factor | 2 +- unmaintained/jni/jni.factor | 2 +- unmaintained/models/combinators/templates/templates.factor | 2 +- unmaintained/modules/rpc-server/rpc-server-docs.factor | 2 +- unmaintained/modules/rpc/rpc-docs.factor | 2 +- unmaintained/modules/rpc/rpc.factor | 2 +- unmaintained/modules/using/using-docs.factor | 2 +- unmaintained/modules/using/using.factor | 2 +- unmaintained/multi-method-syntax/multi-method-syntax.factor | 2 +- unmaintained/peg-lexer/peg-lexer-docs.factor | 2 +- unmaintained/peg-lexer/peg-lexer-tests.factor | 2 +- unmaintained/peg-lexer/test-parsers/test-parsers.factor | 2 +- unmaintained/recipes/recipes.factor | 2 +- unmaintained/springies/models/2snake/2snake.factor | 2 +- unmaintained/springies/models/2x2snake/2x2snake.factor | 2 +- unmaintained/springies/models/3snake/3snake.factor | 2 +- unmaintained/springies/models/ball/ball.factor | 2 +- unmaintained/springies/models/belt-tire/belt-tire.factor | 2 +- unmaintained/springies/models/nifty/nifty.factor | 2 +- unmaintained/springies/models/urchin/urchin.factor | 2 +- unmaintained/springies/springies.factor | 2 +- unmaintained/ui/gadgets/comboboxes/comboboxes.factor | 2 +- unmaintained/ui/gadgets/controls/controls-docs.factor | 2 +- unmaintained/ui/gadgets/layout/layout-docs.factor | 2 +- unmaintained/ui/gadgets/plot/plot.factor | 2 +- unmaintained/ui/gadgets/poppers/poppers.factor | 2 +- 53 files changed, 51 insertions(+), 53 deletions(-) diff --git a/basis/alien/enums/enums.factor b/basis/alien/enums/enums.factor index 6b7b66ce5b..f7c0ec650b 100644 --- a/basis/alien/enums/enums.factor +++ b/basis/alien/enums/enums.factor @@ -60,4 +60,4 @@ PREDICATE: enum-c-type-word < c-type-word "c-type" word-prop members>> values ; : enum>keys ( enum -- seq ) - "c-type" word-prop members>> keys [ name>> ] map ; \ No newline at end of file + "c-type" word-prop members>> keys [ name>> ] map ; diff --git a/basis/cocoa/touchbar/touchbar.factor b/basis/cocoa/touchbar/touchbar.factor index a5d5be299d..b098770c6c 100644 --- a/basis/cocoa/touchbar/touchbar.factor +++ b/basis/cocoa/touchbar/touchbar.factor @@ -28,4 +28,4 @@ ENUM: default-touchbar refresh-all-action auto-use-action ; self action-string lookup-selector -> buttonWithTitle:target:action: :> button item button -> setView: - item ; \ No newline at end of file + item ; diff --git a/basis/generalizations/generalizations.factor b/basis/generalizations/generalizations.factor index 1513c3d580..698d49bf79 100644 --- a/basis/generalizations/generalizations.factor +++ b/basis/generalizations/generalizations.factor @@ -129,4 +129,4 @@ MACRO: nweave ( n -- quot ) [ bi-curry ] swap call-n ; inline MACRO: map-compose ( quots quot -- quot' ) - '[ _ compose ] map '[ _ ] ; \ No newline at end of file + '[ _ compose ] map '[ _ ] ; diff --git a/basis/io/launcher/windows/test/env.factor b/basis/io/launcher/windows/test/env.factor index b97ecc0a84..eb9be32c0c 100644 --- a/basis/io/launcher/windows/test/env.factor +++ b/basis/io/launcher/windows/test/env.factor @@ -2,4 +2,4 @@ USE: system USE: prettyprint USE: prettyprint.config USE: environment -os-envs [ . ] without-limits \ No newline at end of file +os-envs [ . ] without-limits diff --git a/basis/tools/deploy/shaker/strip-call.factor b/basis/tools/deploy/shaker/strip-call.factor index 0ecc22e4c0..01ea6923cf 100644 --- a/basis/tools/deploy/shaker/strip-call.factor +++ b/basis/tools/deploy/shaker/strip-call.factor @@ -11,4 +11,4 @@ IN: compiler.tree.propagation.call-effect : call-effect-unsafe? ( quot effect -- ? ) 2drop t ; inline -: execute-effect-unsafe? ( word effect -- ? ) 2drop t ; inline \ No newline at end of file +: execute-effect-unsafe? ( word effect -- ? ) 2drop t ; inline diff --git a/core/io/test/no-trailing-eol.factor b/core/io/test/no-trailing-eol.factor index e6ac5760aa..d025c2f263 100644 --- a/core/io/test/no-trailing-eol.factor +++ b/core/io/test/no-trailing-eol.factor @@ -1,4 +1,4 @@ IN: io.tests USE: math : foo ( -- x ) 2 2 + ; -FORGET: foo \ No newline at end of file +FORGET: foo diff --git a/unmaintained/L-system/models/abop-5-angular/abop-5-angular.factor b/unmaintained/L-system/models/abop-5-angular/abop-5-angular.factor index 29b1c72cbc..9e78258d89 100644 --- a/unmaintained/L-system/models/abop-5-angular/abop-5-angular.factor +++ b/unmaintained/L-system/models/abop-5-angular/abop-5-angular.factor @@ -30,4 +30,4 @@ IN: L-system.models.abop-5-angular : main ( -- ) [ L-system abop-5-angular "L-system" open-window ] with-ui ; MAIN: main - \ No newline at end of file + diff --git a/unmaintained/L-system/models/abop-5/abop-5.factor b/unmaintained/L-system/models/abop-5/abop-5.factor index 2e373f713c..73dc13d44e 100644 --- a/unmaintained/L-system/models/abop-5/abop-5.factor +++ b/unmaintained/L-system/models/abop-5/abop-5.factor @@ -32,4 +32,4 @@ IN: L-system.models.abop-5 : main ( -- ) [ L-system abop-5 "L-system" open-window ] with-ui ; MAIN: main - \ No newline at end of file + diff --git a/unmaintained/L-system/models/abop-6/abop-6.factor b/unmaintained/L-system/models/abop-6/abop-6.factor index 0639d53274..79680bdbe4 100644 --- a/unmaintained/L-system/models/abop-6/abop-6.factor +++ b/unmaintained/L-system/models/abop-6/abop-6.factor @@ -31,4 +31,4 @@ IN: L-system.models.abop-6 : main ( -- ) [ L-system abop-6 "L-system" open-window ] with-ui ; MAIN: main - \ No newline at end of file + diff --git a/unmaintained/L-system/models/airhorse/airhorse.factor b/unmaintained/L-system/models/airhorse/airhorse.factor index f65c7b824f..07f4224155 100644 --- a/unmaintained/L-system/models/airhorse/airhorse.factor +++ b/unmaintained/L-system/models/airhorse/airhorse.factor @@ -50,4 +50,3 @@ IN: L-system.models.airhorse : main ( -- ) [ L-system airhorse "L-system" open-window ] with-ui ; MAIN: main - \ No newline at end of file diff --git a/unmaintained/L-system/models/tree-5/tree-5.factor b/unmaintained/L-system/models/tree-5/tree-5.factor index 2647698351..d4026ef069 100644 --- a/unmaintained/L-system/models/tree-5/tree-5.factor +++ b/unmaintained/L-system/models/tree-5/tree-5.factor @@ -34,4 +34,3 @@ IN: L-system.models.tree-5 : main ( -- ) [ L-system tree-5 "L-system" open-window ] with-ui ; MAIN: main - \ No newline at end of file diff --git a/unmaintained/advice/advice-docs.factor b/unmaintained/advice/advice-docs.factor index 0a5d5f8703..04e2f85572 100644 --- a/unmaintained/advice/advice-docs.factor +++ b/unmaintained/advice/advice-docs.factor @@ -24,4 +24,4 @@ HELP: ad-do-it ARTICLE: "advice" "Advice" "Advice is a simple way of adding additition functionality to words by adding 'hooks' to a word, which can act before, after, or around the calling of the word." ; -ABOUT: "advice" \ No newline at end of file +ABOUT: "advice" diff --git a/unmaintained/bubble-chamber/hadron-chamber/hadron-chamber.factor b/unmaintained/bubble-chamber/hadron-chamber/hadron-chamber.factor index 4046724b82..092dd1e2ad 100644 --- a/unmaintained/bubble-chamber/hadron-chamber/hadron-chamber.factor +++ b/unmaintained/bubble-chamber/hadron-chamber/hadron-chamber.factor @@ -5,4 +5,4 @@ IN: bubble-chamber.hadron-chamber : main ( -- ) [ hadron-chamber ] with-ui ; -MAIN: main \ No newline at end of file +MAIN: main diff --git a/unmaintained/bubble-chamber/large/large.factor b/unmaintained/bubble-chamber/large/large.factor index 8520277749..aef9d38ece 100644 --- a/unmaintained/bubble-chamber/large/large.factor +++ b/unmaintained/bubble-chamber/large/large.factor @@ -5,4 +5,4 @@ IN: bubble-chamber.large : main ( -- ) [ large ] with-ui ; -MAIN: main \ No newline at end of file +MAIN: main diff --git a/unmaintained/bubble-chamber/medium/medium.factor b/unmaintained/bubble-chamber/medium/medium.factor index 35ee88ec0f..a72ca1c58b 100644 --- a/unmaintained/bubble-chamber/medium/medium.factor +++ b/unmaintained/bubble-chamber/medium/medium.factor @@ -5,4 +5,4 @@ IN: bubble-chamber.medium : main ( -- ) [ medium ] with-ui ; -MAIN: main \ No newline at end of file +MAIN: main diff --git a/unmaintained/bubble-chamber/original/original.factor b/unmaintained/bubble-chamber/original/original.factor index 4d1744eb64..4940957801 100644 --- a/unmaintained/bubble-chamber/original/original.factor +++ b/unmaintained/bubble-chamber/original/original.factor @@ -5,4 +5,4 @@ IN: bubble-chamber.original : main ( -- ) [ original ] with-ui ; -MAIN: main \ No newline at end of file +MAIN: main diff --git a/unmaintained/bubble-chamber/quark-chamber/quark-chamber.factor b/unmaintained/bubble-chamber/quark-chamber/quark-chamber.factor index 99aa97b351..97aaebe18a 100644 --- a/unmaintained/bubble-chamber/quark-chamber/quark-chamber.factor +++ b/unmaintained/bubble-chamber/quark-chamber/quark-chamber.factor @@ -5,4 +5,4 @@ IN: bubble-chamber.quark-chamber : main ( -- ) [ quark-chamber ] with-ui ; -MAIN: main \ No newline at end of file +MAIN: main diff --git a/unmaintained/bubble-chamber/small/small.factor b/unmaintained/bubble-chamber/small/small.factor index d02e3ac019..774a2bcd7d 100644 --- a/unmaintained/bubble-chamber/small/small.factor +++ b/unmaintained/bubble-chamber/small/small.factor @@ -5,4 +5,4 @@ IN: bubble-chamber.small : main ( -- ) [ small ] with-ui ; -MAIN: main \ No newline at end of file +MAIN: main diff --git a/unmaintained/bubble-chamber/ten-hadrons/ten-hadrons.factor b/unmaintained/bubble-chamber/ten-hadrons/ten-hadrons.factor index a29ecf8990..7eb6673021 100644 --- a/unmaintained/bubble-chamber/ten-hadrons/ten-hadrons.factor +++ b/unmaintained/bubble-chamber/ten-hadrons/ten-hadrons.factor @@ -5,4 +5,4 @@ IN: bubble-chamber.ten-hadrons : main ( -- ) [ ten-hadrons ] with-ui ; -MAIN: main \ No newline at end of file +MAIN: main diff --git a/unmaintained/cfdg/cfdg.factor b/unmaintained/cfdg/cfdg.factor index 3168b4b27d..834b4b106f 100644 --- a/unmaintained/cfdg/cfdg.factor +++ b/unmaintained/cfdg/cfdg.factor @@ -259,4 +259,4 @@ SYMBOL: the-slate USE: fry : cfdg-window. ( quot -- ) - '[ [ @ "CFDG" open-window ] with-scope ] with-ui ; \ No newline at end of file + '[ [ @ "CFDG" open-window ] with-scope ] with-ui ; diff --git a/unmaintained/cfdg/gl/gl.factor b/unmaintained/cfdg/gl/gl.factor index 35e7de0bb7..a54f4ca75d 100644 --- a/unmaintained/cfdg/gl/gl.factor +++ b/unmaintained/cfdg/gl/gl.factor @@ -13,4 +13,4 @@ SYMBOL: modelview-matrix-stack : push-modelview-matrix ( -- ) get-modelview-matrix modelview-matrix-stack get push ; -: pop-modelview-matrix ( -- ) modelview-matrix-stack get pop glLoadMatrixd ; \ No newline at end of file +: pop-modelview-matrix ( -- ) modelview-matrix-stack get pop glLoadMatrixd ; diff --git a/unmaintained/cfdg/models/game1-turn6/game1-turn6.factor b/unmaintained/cfdg/models/game1-turn6/game1-turn6.factor index 66424acff7..fe48d58cd4 100644 --- a/unmaintained/cfdg/models/game1-turn6/game1-turn6.factor +++ b/unmaintained/cfdg/models/game1-turn6/game1-turn6.factor @@ -51,4 +51,4 @@ DEFER: start : run ( -- ) [ init ] cfdg-window. ; -MAIN: run \ No newline at end of file +MAIN: run diff --git a/unmaintained/cfdg/models/rules08/rules08.factor b/unmaintained/cfdg/models/rules08/rules08.factor index f5398582c9..7b4e88b7a0 100644 --- a/unmaintained/cfdg/models/rules08/rules08.factor +++ b/unmaintained/cfdg/models/rules08/rules08.factor @@ -45,4 +45,4 @@ DEFER: line ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -MAIN: run \ No newline at end of file +MAIN: run diff --git a/unmaintained/cfdg/models/sierpinski/sierpinski.factor b/unmaintained/cfdg/models/sierpinski/sierpinski.factor index 8257302a3e..c02806f5b9 100644 --- a/unmaintained/cfdg/models/sierpinski/sierpinski.factor +++ b/unmaintained/cfdg/models/sierpinski/sierpinski.factor @@ -34,4 +34,4 @@ iterate? [ : run ( -- ) [ init ] cfdg-window. ; -MAIN: run \ No newline at end of file +MAIN: run diff --git a/unmaintained/cfdg/models/spirales/spirales.factor b/unmaintained/cfdg/models/spirales/spirales.factor index f804b6ba83..40d58ca746 100644 --- a/unmaintained/cfdg/models/spirales/spirales.factor +++ b/unmaintained/cfdg/models/spirales/spirales.factor @@ -25,4 +25,4 @@ DEFER: line ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -MAIN: run \ No newline at end of file +MAIN: run diff --git a/unmaintained/dns/util/util.factor b/unmaintained/dns/util/util.factor index 6934d3bbd9..33d6ced84b 100644 --- a/unmaintained/dns/util/util.factor +++ b/unmaintained/dns/util/util.factor @@ -28,4 +28,4 @@ TUPLE: packet data addr socket ; ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -: forever ( quot: ( -- ) -- ) [ call ] [ forever ] bi ; inline recursive \ No newline at end of file +: forever ( quot: ( -- ) -- ) [ call ] [ forever ] bi ; inline recursive diff --git a/unmaintained/drills/deployed/deployed.factor b/unmaintained/drills/deployed/deployed.factor index 5681c73438..20cdcb641d 100644 --- a/unmaintained/drills/deployed/deployed.factor +++ b/unmaintained/drills/deployed/deployed.factor @@ -33,4 +33,4 @@ it get [ length startLength get swap - number>string "/" startLength get number> ] [ 0 exit ] if* ] with-ui ; -MAIN: drill \ No newline at end of file +MAIN: drill diff --git a/unmaintained/drills/drills.factor b/unmaintained/drills/drills.factor index 1da1fcaa1d..7b9ebfcdac 100644 --- a/unmaintained/drills/drills.factor +++ b/unmaintained/drills/drills.factor @@ -34,4 +34,4 @@ it get [ length startLength get swap - number>string "/" startLength get number> ] when* ] with-ui ; -MAIN: drill \ No newline at end of file +MAIN: drill diff --git a/unmaintained/jni/jni.factor b/unmaintained/jni/jni.factor index 86e1670c50..d1c6417715 100644 --- a/unmaintained/jni/jni.factor +++ b/unmaintained/jni/jni.factor @@ -19,4 +19,4 @@ USING: kernel jni-internals namespaces ; "java/io/PrintStream" "env" get find-class ! jstr out class "println" "(I)V" "env" get get-method-id ! jstr out id rot "env" get call1 ; - \ No newline at end of file + diff --git a/unmaintained/models/combinators/templates/templates.factor b/unmaintained/models/combinators/templates/templates.factor index 685ad93774..d174efcfc5 100644 --- a/unmaintained/models/combinators/templates/templates.factor +++ b/unmaintained/models/combinators/templates/templates.factor @@ -20,4 +20,4 @@ MACRO: w-n* ( int -- quot ) dup '[ [ _ narray #1 ] dip [ _ firstn ] : w-2* ( a b quot -- mapped ) 2 w-n* ; inline : w-3* ( a b c quot -- mapped ) 3 w-n* ; inline : w-4* ( a b c d quot -- mapped ) 4 w-n* ; inline -;FUNCTOR \ No newline at end of file +;FUNCTOR diff --git a/unmaintained/modules/rpc-server/rpc-server-docs.factor b/unmaintained/modules/rpc-server/rpc-server-docs.factor index fc2c2344dd..32af855775 100644 --- a/unmaintained/modules/rpc-server/rpc-server-docs.factor +++ b/unmaintained/modules/rpc-server/rpc-server-docs.factor @@ -2,4 +2,4 @@ USING: help.syntax help.markup modules.rpc-server modules.using ; IN: modules.rpc-server HELP: service { $syntax "IN: my-vocab service" } -{ $description "Allows words defined in the vocabulary to be used as remote procedure calls by " { $link POSTPONE: USING*: } } ; \ No newline at end of file +{ $description "Allows words defined in the vocabulary to be used as remote procedure calls by " { $link POSTPONE: USING*: } } ; diff --git a/unmaintained/modules/rpc/rpc-docs.factor b/unmaintained/modules/rpc/rpc-docs.factor index af99d210ab..5a0a8e9fd9 100644 --- a/unmaintained/modules/rpc/rpc-docs.factor +++ b/unmaintained/modules/rpc/rpc-docs.factor @@ -6,4 +6,4 @@ ARTICLE: { "modules" "protocol" } "RPC Protocol" "Send arglist" "Send word as string" "Receive result list" -} ; \ No newline at end of file +} ; diff --git a/unmaintained/modules/rpc/rpc.factor b/unmaintained/modules/rpc/rpc.factor index 7558ad9481..85f9b8ae8c 100644 --- a/unmaintained/modules/rpc/rpc.factor +++ b/unmaintained/modules/rpc/rpc.factor @@ -24,4 +24,4 @@ TUPLE: rpc-request args vocabspec wordname ; : remote-load ( addr vocabspec -- voabspec ) [ swap 9012 binary [ "loader" serialize serialize flush deserialize ] with-client ] keep - [ dictionary get-global set-at ] keep ; \ No newline at end of file + [ dictionary get-global set-at ] keep ; diff --git a/unmaintained/modules/using/using-docs.factor b/unmaintained/modules/using/using-docs.factor index 0f67f2b0ee..3f8649b5ca 100644 --- a/unmaintained/modules/using/using-docs.factor +++ b/unmaintained/modules/using/using-docs.factor @@ -8,4 +8,4 @@ ABOUT: { "modules.using" "use" } HELP: USING*: { $syntax "USING: rpc-server::module fetch-sever:module { module qualified-name } { module => word ... } { qualified-module } { module EXCEPT word ... } { module word => importname } ;" } -{ $description "Adds vocabularies to the search path. Vocabularies can be loaded off a server or called as an rpc if preceded by a valid hostname. Bracketed pairs facilitate all types of qualified imports on both remote and local modules." } ; \ No newline at end of file +{ $description "Adds vocabularies to the search path. Vocabularies can be loaded off a server or called as an rpc if preceded by a valid hostname. Bracketed pairs facilitate all types of qualified imports on both remote and local modules." } ; diff --git a/unmaintained/modules/using/using.factor b/unmaintained/modules/using/using.factor index 5691caaf6a..acf34716ec 100644 --- a/unmaintained/modules/using/using.factor +++ b/unmaintained/modules/using/using.factor @@ -25,4 +25,4 @@ long = "{" ( from | exclude | rename | qualified-with | qualified ) "}" => [[ dr short = modspec => [[ use-vocab ignore ]] wordSpec = long | short using = wordSpec+ ";" => [[ drop ignore ]] -;ON-BNF \ No newline at end of file +;ON-BNF diff --git a/unmaintained/multi-method-syntax/multi-method-syntax.factor b/unmaintained/multi-method-syntax/multi-method-syntax.factor index 9f05525f23..4a5cc7cc29 100644 --- a/unmaintained/multi-method-syntax/multi-method-syntax.factor +++ b/unmaintained/multi-method-syntax/multi-method-syntax.factor @@ -20,4 +20,4 @@ IN: multi-method-syntax : (METHOD:) ( -- method def ) CREATE-METHOD parse-definition ; -: METHOD: (METHOD:) define ; parsing \ No newline at end of file +: METHOD: (METHOD:) define ; parsing diff --git a/unmaintained/peg-lexer/peg-lexer-docs.factor b/unmaintained/peg-lexer/peg-lexer-docs.factor index 18a458e8ff..df7c628043 100644 --- a/unmaintained/peg-lexer/peg-lexer-docs.factor +++ b/unmaintained/peg-lexer/peg-lexer-docs.factor @@ -11,4 +11,4 @@ HELP: create-bnf HELP: factor { $values { "input" string } { "ast" "a sequence of tokens" } } -{ $description "Tokenizer that acts like standard factor lexer, separating tokens by whitespace." } ; \ No newline at end of file +{ $description "Tokenizer that acts like standard factor lexer, separating tokens by whitespace." } ; diff --git a/unmaintained/peg-lexer/peg-lexer-tests.factor b/unmaintained/peg-lexer/peg-lexer-tests.factor index 99a1397273..560d60eff8 100644 --- a/unmaintained/peg-lexer/peg-lexer-tests.factor +++ b/unmaintained/peg-lexer/peg-lexer-tests.factor @@ -11,4 +11,4 @@ IN: peg-lexer.tests { V{ "heavy" "duty" "testing" } } [ test3 heavy duty testing -] unit-test \ No newline at end of file +] unit-test diff --git a/unmaintained/peg-lexer/test-parsers/test-parsers.factor b/unmaintained/peg-lexer/test-parsers/test-parsers.factor index 83c9f85933..188ef32b43 100644 --- a/unmaintained/peg-lexer/test-parsers/test-parsers.factor +++ b/unmaintained/peg-lexer/test-parsers/test-parsers.factor @@ -14,4 +14,4 @@ ON-BNF: test2 ON-BNF: test3 tokenizer = expr= "heavy" "duty" "testing" -;ON-BNF \ No newline at end of file +;ON-BNF diff --git a/unmaintained/recipes/recipes.factor b/unmaintained/recipes/recipes.factor index d546859589..0216b2b673 100644 --- a/unmaintained/recipes/recipes.factor +++ b/unmaintained/recipes/recipes.factor @@ -58,4 +58,4 @@ STORED-TUPLE: recipe { title { VARCHAR 100 } } { votes INTEGER } { txt TEXT } { 2merge 0 switch-models >>model ] with-interface "recipes" open-window ] with-ui ; -MAIN: recipe-browser \ No newline at end of file +MAIN: recipe-browser diff --git a/unmaintained/springies/models/2snake/2snake.factor b/unmaintained/springies/models/2snake/2snake.factor index cb772594e2..1dfd287d5a 100644 --- a/unmaintained/springies/models/2snake/2snake.factor +++ b/unmaintained/springies/models/2snake/2snake.factor @@ -120,4 +120,4 @@ USING: threads ui ; : go ( -- ) [ [ springies-window* 1000 sleep model ] with-scope ] with-ui ; -MAIN: go \ No newline at end of file +MAIN: go diff --git a/unmaintained/springies/models/2x2snake/2x2snake.factor b/unmaintained/springies/models/2x2snake/2x2snake.factor index 6e794eb744..4868072998 100644 --- a/unmaintained/springies/models/2x2snake/2x2snake.factor +++ b/unmaintained/springies/models/2x2snake/2x2snake.factor @@ -220,4 +220,4 @@ each ; : go ( -- ) [ model ] go* ; -MAIN: go \ No newline at end of file +MAIN: go diff --git a/unmaintained/springies/models/3snake/3snake.factor b/unmaintained/springies/models/3snake/3snake.factor index e65c9c64a6..171a0426fc 100644 --- a/unmaintained/springies/models/3snake/3snake.factor +++ b/unmaintained/springies/models/3snake/3snake.factor @@ -167,4 +167,4 @@ times : go ( -- ) [ model ] go* ; -MAIN: go \ No newline at end of file +MAIN: go diff --git a/unmaintained/springies/models/ball/ball.factor b/unmaintained/springies/models/ball/ball.factor index 48314c9fb3..100ffdd8e2 100644 --- a/unmaintained/springies/models/ball/ball.factor +++ b/unmaintained/springies/models/ball/ball.factor @@ -252,4 +252,4 @@ USING: threads ui ; : go ( -- ) [ [ springies-window* 1000 sleep model ] with-scope ] with-ui ; -MAIN: go \ No newline at end of file +MAIN: go diff --git a/unmaintained/springies/models/belt-tire/belt-tire.factor b/unmaintained/springies/models/belt-tire/belt-tire.factor index e00a93b310..cd48e65904 100644 --- a/unmaintained/springies/models/belt-tire/belt-tire.factor +++ b/unmaintained/springies/models/belt-tire/belt-tire.factor @@ -304,4 +304,4 @@ nodes> 200 random -100 + 100 2array [ swap set-node-vel ] curry each ; : go ( -- ) [ model ] go* ; -MAIN: go \ No newline at end of file +MAIN: go diff --git a/unmaintained/springies/models/nifty/nifty.factor b/unmaintained/springies/models/nifty/nifty.factor index 2b9a31b234..b23f633252 100644 --- a/unmaintained/springies/models/nifty/nifty.factor +++ b/unmaintained/springies/models/nifty/nifty.factor @@ -77,4 +77,4 @@ each ; : go ( -- ) [ model ] go* ; -MAIN: go \ No newline at end of file +MAIN: go diff --git a/unmaintained/springies/models/urchin/urchin.factor b/unmaintained/springies/models/urchin/urchin.factor index 8870c714e8..03b2c88f67 100644 --- a/unmaintained/springies/models/urchin/urchin.factor +++ b/unmaintained/springies/models/urchin/urchin.factor @@ -110,4 +110,4 @@ curry each : go ( -- ) [ model ] go* ; -MAIN: go \ No newline at end of file +MAIN: go diff --git a/unmaintained/springies/springies.factor b/unmaintained/springies/springies.factor index 818aa675e2..e5dec90841 100644 --- a/unmaintained/springies/springies.factor +++ b/unmaintained/springies/springies.factor @@ -248,4 +248,4 @@ C: spring swap node-id >>node-b swap node-id >>node-a springs> swap suffix >springs - drop ; \ No newline at end of file + drop ; diff --git a/unmaintained/ui/gadgets/comboboxes/comboboxes.factor b/unmaintained/ui/gadgets/comboboxes/comboboxes.factor index 3eb118050e..a2a7585254 100644 --- a/unmaintained/ui/gadgets/comboboxes/comboboxes.factor +++ b/unmaintained/ui/gadgets/comboboxes/comboboxes.factor @@ -19,4 +19,4 @@ combobox H{ } set-gestures : ( options -- combobox ) [ first [ combobox new-label ] keep >>model ] keep - combo-table new-table [ 1array ] >>quot >>table ; \ No newline at end of file + combo-table new-table [ 1array ] >>quot >>table ; diff --git a/unmaintained/ui/gadgets/controls/controls-docs.factor b/unmaintained/ui/gadgets/controls/controls-docs.factor index 1df6005656..a8106a0e0a 100644 --- a/unmaintained/ui/gadgets/controls/controls-docs.factor +++ b/unmaintained/ui/gadgets/controls/controls-docs.factor @@ -68,4 +68,4 @@ HELP: IMG-BTN: HELP: output-model { $values { "gadget" gadget } { "model" model } } -{ $description "Returns the model a gadget uses for output. Often the same as " { $link model>> } } ; \ No newline at end of file +{ $description "Returns the model a gadget uses for output. Often the same as " { $link model>> } } ; diff --git a/unmaintained/ui/gadgets/layout/layout-docs.factor b/unmaintained/ui/gadgets/layout/layout-docs.factor index 168f5e5830..47f8fcbef6 100644 --- a/unmaintained/ui/gadgets/layout/layout-docs.factor +++ b/unmaintained/ui/gadgets/layout/layout-docs.factor @@ -50,4 +50,4 @@ ARTICLE: "ui.gadgets.layout" "GUI Layout" "For examples using normal layout, see the " { $vocab-link "sudokus" } " demo. " "For examples of templating, see the " { $vocab-link "recipes" } " demo." ; -ABOUT: "ui.gadgets.layout" \ No newline at end of file +ABOUT: "ui.gadgets.layout" diff --git a/unmaintained/ui/gadgets/plot/plot.factor b/unmaintained/ui/gadgets/plot/plot.factor index f502b7eb38..5320517a69 100644 --- a/unmaintained/ui/gadgets/plot/plot.factor +++ b/unmaintained/ui/gadgets/plot/plot.factor @@ -163,4 +163,4 @@ plot { T{ key-down f f "a" } [ zoom-in drop ] } { T{ key-down f f "z" } [ zoom-out drop ] } } -set-gestures \ No newline at end of file +set-gestures diff --git a/unmaintained/ui/gadgets/poppers/poppers.factor b/unmaintained/ui/gadgets/poppers/poppers.factor index 1c815d5f3a..ef7fc9867e 100644 --- a/unmaintained/ui/gadgets/poppers/poppers.factor +++ b/unmaintained/ui/gadgets/poppers/poppers.factor @@ -47,4 +47,4 @@ M: popper model-changed [ [ value>> [ ] map ] dip [ f track-add ] reduce request-focus ] bi ; M: popped pref-dim* editor>> [ pref-dim* first ] [ line-height ] bi 2array ; -M: popper focusable-child* children>> [ t ] [ first ] if-empty ; \ No newline at end of file +M: popper focusable-child* children>> [ t ] [ first ] if-empty ;