io.directories.unix: style fix to line up code.

db4
John Benediktsson 2013-03-25 19:47:56 -07:00
parent 2b33dde782
commit 5a99bbaf1d
1 changed files with 1 additions and 1 deletions
basis/io/directories/unix

View File

@ -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+ }