From 25ba9b41c119fde21b5c996a90a0b28b3e32d271 Mon Sep 17 00:00:00 2001 From: QMK Bot Date: Mon, 21 Feb 2022 08:29:54 -0800 Subject: Format code according to conventions (#16421) --- quantum/action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/action.h') diff --git a/quantum/action.h b/quantum/action.h index 39b5da63b8..08e1f6ac29 100644 --- a/quantum/action.h +++ b/quantum/action.h @@ -72,7 +72,7 @@ extern bool disable_action_cache; /* Code for handling one-handed key modifiers. */ #ifdef SWAP_HANDS_ENABLE -extern bool swap_hands; +extern bool swap_hands; extern const keypos_t PROGMEM hand_swap_config[MATRIX_ROWS][MATRIX_COLS]; # if (MATRIX_COLS <= 8) typedef uint8_t swap_state_row_t; -- cgit v1.2.3