Explorar el Código

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

QMK Bot hace 3 años
padre
commit
f5995901b0
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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) {
     uart_write(0xFD);