From 109342aea67588fd03d9797863a34233260ce667 Mon Sep 17 00:00:00 2001 From: Pete Sevander Date: Tue, 2 May 2023 09:27:57 +0300 Subject: [PATCH] Fix formatting --- quantum/process_keycode/process_combo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/process_keycode/process_combo.c b/quantum/process_keycode/process_combo.c index ef78a76bec4c..e0586af8058f 100644 --- a/quantum/process_keycode/process_combo.c +++ b/quantum/process_keycode/process_combo.c @@ -335,7 +335,7 @@ void apply_combo(uint16_t combo_index, combo_t *combo) { // this in the end executes the combo when the key_buffer is dumped. record->keycode = combo->keycode; record->event.type = COMBO_EVENT; - record->event = MAKE_COMBOEVENT(true); + record->event = MAKE_COMBOEVENT(true); qrecord->combo_index = combo_index; ACTIVATE_COMBO(combo);