mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-09 05:00:00 +08:00
[components][dfs][filesystems][elmfat]修正代码风格
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user