提交 d08f5336 编写于 作者: z13955633063's avatar z13955633063

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

上级 f7e71705
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册