🎨 Adjust settings.cpp indent

This commit is contained in:
Scott Lahteine 2021-07-31 23:27:10 -05:00 committed by Scott Lahteine
parent e3b05dd6c2
commit ffde284288

View File

@ -2200,8 +2200,7 @@ void MarlinSettings::postprocess() {
// Extensible UI User Data // Extensible UI User Data
// //
#if ENABLED(EXTENSIBLE_UI) #if ENABLED(EXTENSIBLE_UI)
// This is a significant hardware change; don't reserve EEPROM space when not present { // This is a significant hardware change; don't reserve EEPROM space when not present
{
const char extui_data[ExtUI::eeprom_data_size] = { 0 }; const char extui_data[ExtUI::eeprom_data_size] = { 0 };
_FIELD_TEST(extui_data); _FIELD_TEST(extui_data);
EEPROM_READ(extui_data); EEPROM_READ(extui_data);