format code according to conventions [skip ci]

This commit is contained in:
QMK Bot
2020-02-02 20:47:40 +00:00
committed by Florian Didron
parent df6e5f16b6
commit b0896a3b35
3 changed files with 6 additions and 10 deletions

View File

@@ -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) {