From 8162a5de4bcdc2989487196c61777f81e3303a02 Mon Sep 17 00:00:00 2001 From: EmergReanimator Date: Sat, 2 Apr 2022 12:47:43 +0200 Subject: [PATCH] Fixed code style formatting according to pre-commit rules. --- supervisor/stub/filesystem.c | 3 +-- supervisor/stub/internal_flash.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/supervisor/stub/filesystem.c b/supervisor/stub/filesystem.c index 77e9701065..920a7571f2 100644 --- a/supervisor/stub/filesystem.c +++ b/supervisor/stub/filesystem.c @@ -31,8 +31,7 @@ void filesystem_background(void) { return; } -void filesystem_tick(void) -{ +void filesystem_tick(void) { return; } diff --git a/supervisor/stub/internal_flash.c b/supervisor/stub/internal_flash.c index 1501f4aeb6..149c363c8b 100644 --- a/supervisor/stub/internal_flash.c +++ b/supervisor/stub/internal_flash.c @@ -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