From c89012566c9f542b1bff8f3ffd9dded5175cc41f Mon Sep 17 00:00:00 2001 From: QMK Bot Date: Mon, 16 Mar 2020 10:01:22 +0000 Subject: [PATCH] format code according to conventions [skip ci] --- tmk_core/protocol/vusb/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tmk_core/protocol/vusb/main.c b/tmk_core/protocol/vusb/main.c index 469b2ecc5..068c4d8f3 100644 --- a/tmk_core/protocol/vusb/main.c +++ b/tmk_core/protocol/vusb/main.c @@ -21,7 +21,6 @@ #include "uart.h" #include "debug.h" - #define UART_BAUD_RATE 115200 /* This is from main.c of USBaspLoader */