Jelajahi Sumber

Format code according to conventions (#12682)

Co-authored-by: QMK Bot <hello@qmk.fm>
github-actions[bot] 4 tahun lalu
induk
melakukan
8c12fa2e59
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      tmk_core/common/chibios/bootloader.c

+ 2 - 1
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