Fixed code style formatting according to pre-commit rules.
This commit is contained in:
parent
d9bf79d826
commit
8162a5de4b
|
@ -31,8 +31,7 @@ void filesystem_background(void) {
|
|||
return;
|
||||
}
|
||||
|
||||
void filesystem_tick(void)
|
||||
{
|
||||
void filesystem_tick(void) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -55,8 +55,7 @@ mp_uint_t supervisor_flash_write_blocks(const uint8_t *src, uint32_t block_num,
|
|||
}
|
||||
|
||||
#if (0)
|
||||
void supervisor_flash_init_vfs(struct _fs_user_mount_t *vfs)
|
||||
{
|
||||
void supervisor_flash_init_vfs(struct _fs_user_mount_t *vfs) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue