mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 16:39:02 +08:00
Cosmetics.
This commit is contained in:
@@ -363,7 +363,7 @@ fat_file_write(
|
||||
fat_file_fd_t *fat_fd,
|
||||
uint32_t start,
|
||||
uint32_t count,
|
||||
const char *buf
|
||||
const char *buf
|
||||
)
|
||||
{
|
||||
int rc = 0;
|
||||
|
||||
@@ -156,7 +156,7 @@ fat_file_write(rtems_filesystem_mount_table_entry_t *mt_entry,
|
||||
fat_file_fd_t *fat_fd,
|
||||
uint32_t start,
|
||||
uint32_t count,
|
||||
const char *buf);
|
||||
const char *buf);
|
||||
|
||||
int
|
||||
fat_file_extend(rtems_filesystem_mount_table_entry_t *mt_entry,
|
||||
|
||||
Reference in New Issue
Block a user