Fix inconsistent indentation

This commit is contained in:
gudnimg 2024-09-07 11:42:51 +00:00
parent 329e8e897f
commit 78d3e24105
1 changed files with 2 additions and 2 deletions

View File

@ -3922,8 +3922,8 @@ void lcd_wizard(WizState state)
case S::Preheat:
lcd_show_fullscreen_message_and_wait_P(_T(MSG_SEL_PREHEAT_TEMP));
menu_goto(lcd_preheat_menu, 0, true);
end = true; // Leave wizard temporarily for lcd_preheat_menu
break;
end = true; // Leave wizard temporarily for lcd_preheat_menu
break;
case S::LoadFilHot:
wait_preheat();
lcd_wizard_load();