From 8372ac83dcb0694464b9e834d2e3f16fdee35583 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 25 May 2024 12:03:50 +0200 Subject: [PATCH] minor code formatting changes --- src/screens.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/screens.c b/src/screens.c index 0a891b6b..1708a0e7 100644 --- a/src/screens.c +++ b/src/screens.c @@ -8038,7 +8038,7 @@ static struct TokenInfo setup_info_editor[] = #if 0 { TYPE_SWITCH, &setup.editor.el_headlines, "Headlines:" }, #endif - { TYPE_SWITCH, &setup.editor.el_user_defined, "User defined element list:" }, + { TYPE_SWITCH, &setup.editor.el_user_defined, "User defined element list:" }, { TYPE_SWITCH, &setup.editor.el_dynamic, "Dynamic level elements:" }, { TYPE_EMPTY, NULL, "" }, #if 0 @@ -8046,10 +8046,10 @@ static struct TokenInfo setup_info_editor[] = { TYPE_SWITCH, &setup.editor.el_by_type, "Show elements by type:" }, { TYPE_EMPTY, NULL, "" }, #endif - { TYPE_SWITCH, &setup.editor.show_element_token, "Show element token:" }, + { TYPE_SWITCH, &setup.editor.show_element_token, "Show element token:" }, { TYPE_SWITCH, &setup.editor.fast_game_start, "Fast game start:" }, { TYPE_EMPTY, NULL, "" }, - { TYPE_SWITCH, &setup.editor.show_read_only_warning, "Show read-only warning:" }, + { TYPE_SWITCH, &setup.editor.show_read_only_warning, "Show read-only warning:" }, { TYPE_EMPTY, NULL, "" }, { TYPE_LEAVE_MENU, execSetupMain, "Back" }, -- 2.34.1