]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/combinators/smart/smart.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / combinators / smart / smart.factor
index e97c65038c19d9f25def4026fb4eea9cb6dba664..a620fd4cce4c55b8e7d0f41897550751505f775f 100644 (file)
@@ -66,7 +66,7 @@ M: object infer-known* drop f ;
 
 : output>array ( quot -- array )
     { } output>sequence ; inline
-    
+
 : cleave>array ( obj quots -- array )
     '[ _ cleave ] output>array ; inline