From a61f051ad687e4f6c5483b53eb5ca2e5a217f8d5 Mon Sep 17 00:00:00 2001 From: David Barr Date: Thu, 17 Oct 2024 14:37:13 +0100 Subject: [PATCH] final final spacing cleanse? --- src/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.c b/src/theme.c index b34913ab..0450922b 100644 --- a/src/theme.c +++ b/src/theme.c @@ -917,7 +917,7 @@ entry(struct theme *theme, const char *key, const char *value) if (match_glob(key, "menu.title.text.color")) { parse_hexstr(value, theme->menu_title_text_color); } - + if (match_glob(key, "menu.border.color")) { parse_hexstr(value, theme->menu_border_color); }