io.directories.unix: style fix to line up code.
parent
2b33dde782
commit
5a99bbaf1d
basis/io/directories/unix
|
@ -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+ }
|
||||
|
|
Loading…
Reference in New Issue