浏览代码

Format code according to conventions (#18533)

QMK Bot 2 年之前
父节点
当前提交
b53918fbe9
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      drivers/bluetooth/bluetooth.h

+ 3 - 3
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);