Skip to content

Commit f6ec53c

Browse files
committed
code formatting
1 parent 3cfdd33 commit f6ec53c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

libraries/FS/src/vfs_api.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,11 @@ String VFSFileImpl::getNextFileName(bool *isDir)
558558
name += "/";
559559
}
560560
name += fname;
561-
// check entry is a directory
562-
if(isDir) {
563-
*isDir = (file->d_type == DT_DIR);
564-
}
561+
562+
// check entry is a directory
563+
if (isDir) {
564+
*isDir = (file->d_type == DT_DIR);
565+
}
565566
return name;
566567
}
567568

0 commit comments

Comments
 (0)