Browse Source

[CI] Format code according to conventions (#15541)

QMK Bot 3 years ago
parent
commit
f5995901b0
1 changed files with 1 additions and 3 deletions
  1. 1 3
      drivers/bluetooth/rn42.c

+ 1 - 3
drivers/bluetooth/rn42.c

@@ -61,9 +61,7 @@ static inline uint16_t rn42_consumer_usage_to_bitmap(uint16_t usage) {
     }
     }
 }
 }
 
 
-void rn42_init(void) {
-    uart_init(RN42_BAUD_RATE);
-}
+void rn42_init(void) { uart_init(RN42_BAUD_RATE); }
 
 
 void rn42_send_keyboard(report_keyboard_t *report) {
 void rn42_send_keyboard(report_keyboard_t *report) {
     uart_write(0xFD);
     uart_write(0xFD);