From c94e001d5ad767adcc4e18d72c85e6760a8dc9d3 Mon Sep 17 00:00:00 2001 From: zvecr Date: Wed, 20 Oct 2021 18:05:27 +0100 Subject: [PATCH] clang --- quantum/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/main.c b/quantum/main.c index a33d7d65c947..a896a67c6674 100644 --- a/quantum/main.c +++ b/quantum/main.c @@ -25,7 +25,7 @@ void protocol_post_task(void); // Bodge as refactoring vusb sucks.... void protocol_task(void) __attribute__((weak)); -void protocol_task(void){ +void protocol_task(void) { protocol_pre_task(); keyboard_task();