Fixed code style formatting according to pre-commit rules.

This commit is contained in:
EmergReanimator 2022-04-02 12:47:43 +02:00
parent d9bf79d826
commit 8162a5de4b
2 changed files with 2 additions and 4 deletions

View File

@ -31,8 +31,7 @@ void filesystem_background(void) {
return; return;
} }
void filesystem_tick(void) void filesystem_tick(void) {
{
return; return;
} }

View File

@ -55,8 +55,7 @@ mp_uint_t supervisor_flash_write_blocks(const uint8_t *src, uint32_t block_num,
} }
#if (0) #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; return;
} }
#endif #endif