io.directories.unix: style fix to line up code.
parent
2b33dde782
commit
5a99bbaf1d
|
@ -49,7 +49,7 @@ M: unix find-next-file ( DIR* -- byte-array )
|
||||||
|
|
||||||
: dirent-type>file-type ( ch -- type )
|
: dirent-type>file-type ( ch -- type )
|
||||||
H{
|
H{
|
||||||
{ $ DT_BLK +block-device+ }
|
{ $ DT_BLK +block-device+ }
|
||||||
{ $ DT_CHR +character-device+ }
|
{ $ DT_CHR +character-device+ }
|
||||||
{ $ DT_DIR +directory+ }
|
{ $ DT_DIR +directory+ }
|
||||||
{ $ DT_LNK +symbolic-link+ }
|
{ $ DT_LNK +symbolic-link+ }
|
||||||
|
|
Loading…
Reference in New Issue