]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/generalizations/generalizations.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / generalizations / generalizations.factor
index 8b093b86e06446c6cf83c17ab6203b087e9e1a08..9f9b7001c1b939fcf8bb5158547111bb2ea8b079 100644 (file)
@@ -100,7 +100,7 @@ MACRO: nspread* ( m n -- )
 
 MACRO: cleave* ( n -- )
     [ [ ] ]
-    [ 1 - [ [ [ keep ] curry ] dip compose ] n*quot [ call ] compose ] 
+    [ 1 - [ [ [ keep ] curry ] dip compose ] n*quot [ call ] compose ]
     if-zero ;
 
 : napply ( quot n -- )