summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-09-29 10:47:17 -0700
committerGitHub <noreply@github.com>2022-09-29 10:47:17 -0700
commitb53918fbe9122ef7995dce194951717ac65f7817 (patch)
tree8119b87af0e22fb598edd3a3069a36523aef2e91 /drivers
parentf80058d96e2f1606f648166d320cda15986ced4c (diff)
Format code according to conventions (#18533)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/bluetooth/bluetooth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/bluetooth/bluetooth.h b/drivers/bluetooth/bluetooth.h
index a923dfe60c..2e4d0df538 100644
--- a/drivers/bluetooth/bluetooth.h
+++ b/drivers/bluetooth/bluetooth.h
@@ -32,21 +32,21 @@ void bluetooth_task(void);
/**
* \brief Send a keyboard report.
- *
+ *
* \param report The keyboard report to send.
*/
void bluetooth_send_keyboard(report_keyboard_t *report);
/**
* \brief Send a mouse report.
- *
+ *
* \param report The mouse report to send.
*/
void bluetooth_send_mouse(report_mouse_t *report);
/**
* \brief Send a consumer usage.
- *
+ *
* \param usage The consumer usage to send.
*/
void bluetooth_send_consumer(uint16_t usage);