]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/continuations/continuations.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / tools / continuations / continuations.factor
index a83124fabb4ce661efceaf3225964a5b50fccd40..2760afe83e70f977658480e8e08bdd34fac71cb2 100644 (file)
@@ -99,7 +99,7 @@ PRIVATE>
     [
         2dup length = [ nip [ break ] append ] [
             2dup nth \ break = [ nip ] [
-                swap 1 + cut [ break ] glue 
+                swap 1 + cut [ break ] glue
             ] if
         ] if
     ] change-frame ;