mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 14:28:20 +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;
|
fd->fptr = length;
|
||||||
result = f_truncate(fd);
|
result = f_truncate(fd);
|
||||||
}else{
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
result = f_lseek(fd, length);
|
result = f_lseek(fd, length);
|
||||||
}
|
}
|
||||||
/* restore file read/write point */
|
/* restore file read/write point */
|
||||||
|
|||||||
Reference in New Issue
Block a user