summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-12-21 22:09:50 -0800
committerGitHub <noreply@github.com>2021-12-22 17:09:50 +1100
commitf5995901b04d74ad1078dc1c3e6f54e5911a1c0a (patch)
treee8821a95ebcf0641c7e9b65e812cd118508b7a83 /drivers/bluetooth
parent77d3e564f723c12f2ffb501553b1e78bbe0ea84a (diff)
[CI] Format code according to conventions (#15541)
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/rn42.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/bluetooth/rn42.c b/drivers/bluetooth/rn42.c
index ee4c8c330e..2ef40bb7e0 100644
--- a/drivers/bluetooth/rn42.c
+++ b/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);