Fix formatting

This commit is contained in:
Alex Voinea 2021-02-26 09:54:57 +02:00
parent 7faffa539a
commit 194438c130
No known key found for this signature in database
GPG key ID: F5034E7CFCF2F973

View file

@ -750,6 +750,7 @@ static void factory_reset(char level)
case 2: // Level 2: Prepare for shipping
factory_reset_stats();
// [[fallthrough]] // there is no break intentionally
case 4: // Level 4: Preparation after being serviced
// Force language selection at the next boot up.
lang_reset();
@ -764,6 +765,7 @@ static void factory_reset(char level)
fsensor_autoload_set(true);
#endif //FILAMENT_SENSOR
break;
case 3:
menu_progressbar_init(EEPROM_TOP, PSTR("ERASING all data"));
Sound_MakeCustom(100,0,false);
@ -777,6 +779,7 @@ static void factory_reset(char level)
softReset();
break;
#ifdef SNMM
case 5:
bowden_menu();