]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/files/files.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / tools / files / files.factor
index 5abea4af88c9057a24ea6b893b51ce6aefa84deb..185791883f69df3dc17bdc1db32295952c82d225 100644 (file)
@@ -79,7 +79,7 @@ M: object file-spec>string ( file-listing spec -- string )
         [ _ [ file-spec>string ] with map ] map
     ] with-directory-entries ; inline
 
-: list-files ( listing-tool -- array ) 
+: list-files ( listing-tool -- array )
     dup list-slow? [ list-files-slow ] [ list-files-fast ] if ; inline
 
 HOOK: (directory.) os ( path -- lines )