[components][dfs][filesystems][elmfat]修正代码风格

This commit is contained in:
zhangjun 2019-10-08 09:11:35 +08:00
parent f7e7170536
commit d08f533659
1 changed files with 3 additions and 1 deletions

View File

@ -495,7 +495,9 @@ int dfs_elm_ioctl(struct dfs_fd *file, int cmd, void *args)
{
fd->fptr = length;
result = f_truncate(fd);
}else{
}
else
{
result = f_lseek(fd, length);
}
/* restore file read/write point */