[CI] Format code according to conventions (#15541)
1 files changed, 1 insertions(+), 3 deletions(-) M drivers/bluetooth/rn42.c
M drivers/bluetooth/rn42.c => drivers/bluetooth/rn42.c +1 -3
@@ 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);