diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-04-25 19:00:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 19:00:22 +1000 |
commit | 8c12fa2e59583b22969aea2c6eeab054a23ea064 (patch) | |
tree | 29d259c07273dd10c0211ff6159c3efdeaa46f4d | |
parent | 3f7350732c9722b87ea52eee740e587a70b8fb38 (diff) |
Format code according to conventions (#12682)
Co-authored-by: QMK Bot <hello@qmk.fm>
-rw-r--r-- | tmk_core/common/chibios/bootloader.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/common/chibios/bootloader.c b/tmk_core/common/chibios/bootloader.c index f91ac7d9eb..11f7abf432 100644 --- a/tmk_core/common/chibios/bootloader.c +++ b/tmk_core/common/chibios/bootloader.c @@ -26,7 +26,8 @@ void bootloader_jump(void) { NVIC_SystemReset(); } -void enter_bootloader_mode_if_requested(void) { /* not needed, no two-stage reset */ } +void enter_bootloader_mode_if_requested(void) { /* not needed, no two-stage reset */ +} #elif STM32_BOOTLOADER_DUAL_BANK |