summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/lufa.c
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2020-06-22 11:22:00 +1000
committerDrashna Jael're <drashna@live.com>2020-09-30 02:57:39 -0700
commit0f599bb7ef45ceed77590ac8a0d4c5f7a9b57d51 (patch)
tree56525b98242b1e070c303b667f906548aa9ed87e /tmk_core/protocol/lufa/lufa.c
parentce09c5c92213958c1aff96c64c022da82ae3058d (diff)
`qmk cformat` on `develop` (#9501)
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r--tmk_core/protocol/lufa/lufa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c
index ac27383f04..c99d8a6520 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -668,7 +668,7 @@ static void send_keyboard(report_keyboard_t *report) {
uint8_t timeout = 255;
#ifdef BLUETOOTH_ENABLE
- uint8_t where = where_to_send();
+ uint8_t where = where_to_send();
if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) {
# ifdef MODULE_ADAFRUIT_BLE
@@ -733,7 +733,7 @@ static void send_mouse(report_mouse_t *report) {
uint8_t timeout = 255;
# ifdef BLUETOOTH_ENABLE
- uint8_t where = where_to_send();
+ uint8_t where = where_to_send();
if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) {
# ifdef MODULE_ADAFRUIT_BLE