summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/lufa.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-02-02 20:47:40 +0000
committerFlorian Didron <fdidron@users.noreply.github.com>2020-02-26 10:15:12 +0900
commitb0896a3b356cdbe7eddc96c4f88b6f56a3125aa7 (patch)
tree23cad63d49875b812e9565b71396255778de01cc /tmk_core/protocol/lufa/lufa.c
parentdf6e5f16b6c334f464ac444f6c0e350daf7ec873 (diff)
format code according to conventions [skip ci]
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r--tmk_core/protocol/lufa/lufa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c
index c632b35c6e..5059d78ae9 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -812,7 +812,7 @@ static void send_system(uint16_t data) {
*/
static void send_consumer(uint16_t data) {
#ifdef EXTRAKEY_ENABLE
- uint8_t where = where_to_send();
+ uint8_t where = where_to_send();
# ifdef BLUETOOTH_ENABLE
if (where == OUTPUT_BLUETOOTH || where == OUTPUT_USB_AND_BT) {