some code cleanups
This commit is contained in:
parent
78e4fc2257
commit
5dd40e8978
1 changed files with 0 additions and 1 deletions
|
@ -240,7 +240,6 @@ static void list_fs(vfs_node_t* node, uint32_t depth)
|
|||
file->offset = 0;
|
||||
file->flags = 0;
|
||||
|
||||
|
||||
while ((dirent = readdir_fs(node, i)) != 0) {
|
||||
for(j=0; j<depth; j++)
|
||||
kputs(" ");
|
||||
|
|
Loading…
Add table
Reference in a new issue