From 5a99bbaf1dcd4ef48c6d2d10f8cfec8bfecae66c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 25 Mar 2013 19:47:56 -0700 Subject: [PATCH] io.directories.unix: style fix to line up code. --- basis/io/directories/unix/unix.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/directories/unix/unix.factor b/basis/io/directories/unix/unix.factor index 93dcdebdde..c6cb222f6f 100644 --- a/basis/io/directories/unix/unix.factor +++ b/basis/io/directories/unix/unix.factor @@ -49,7 +49,7 @@ M: unix find-next-file ( DIR* -- byte-array ) : dirent-type>file-type ( ch -- type ) H{ - { $ DT_BLK +block-device+ } + { $ DT_BLK +block-device+ } { $ DT_CHR +character-device+ } { $ DT_DIR +directory+ } { $ DT_LNK +symbolic-link+ }