some code cleanups

This commit is contained in:
Stefan Lankes 2012-08-01 14:52:31 +02:00
parent 78e4fc2257
commit 5dd40e8978

View file

@ -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(" ");