From b256ff47f22cea82e788f1d106d8ff8f0c5de4b5 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 20 Mar 2024 17:37:19 -0700 Subject: [PATCH] Format code - Removed extra spaces for consistency in `key_defs/legacy.h` --- src/kaleidoscope/key_defs/legacy.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/kaleidoscope/key_defs/legacy.h b/src/kaleidoscope/key_defs/legacy.h index 363190b54e..6b94070193 100644 --- a/src/kaleidoscope/key_defs/legacy.h +++ b/src/kaleidoscope/key_defs/legacy.h @@ -20,7 +20,7 @@ // keymaps. They should not be used in new keymaps. // We should formally remove them. -#define Key_BacklightDown Key(KEY_BACKLIGHT_DOWN, KEY_FLAGS) -#define Key_BacklightUp Key(KEY_BACKLIGHT_UP, KEY_FLAGS) -#define Key_RFN2 Key(KEY_RIGHT_FN2, KEY_FLAGS) -#define Key_LFN2 Key(KEY_LEFT_FN2, KEY_FLAGS) +#define Key_BacklightDown Key(KEY_BACKLIGHT_DOWN, KEY_FLAGS) +#define Key_BacklightUp Key(KEY_BACKLIGHT_UP, KEY_FLAGS) +#define Key_RFN2 Key(KEY_RIGHT_FN2, KEY_FLAGS) +#define Key_LFN2 Key(KEY_LEFT_FN2, KEY_FLAGS)