Skip to content

Commit 8162a5d

Browse files
Fixed code style formatting according to pre-commit rules.
1 parent d9bf79d commit 8162a5d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

supervisor/stub/filesystem.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ void filesystem_background(void) {
3131
return;
3232
}
3333

34-
void filesystem_tick(void)
35-
{
34+
void filesystem_tick(void) {
3635
return;
3736
}
3837

supervisor/stub/internal_flash.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ mp_uint_t supervisor_flash_write_blocks(const uint8_t *src, uint32_t block_num,
5555
}
5656

5757
#if (0)
58-
void supervisor_flash_init_vfs(struct _fs_user_mount_t *vfs)
59-
{
58+
void supervisor_flash_init_vfs(struct _fs_user_mount_t *vfs) {
6059
return;
6160
}
6261
#endif

0 commit comments

Comments
 (0)