Browse Source

whitespace

PavelSindler 6 years ago
parent
commit
cd438c5c00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/ConfigurationStore.cpp

+ 1 - 1
Firmware/ConfigurationStore.cpp

@@ -360,7 +360,7 @@ bool Config_RetrieveSettings(uint16_t offset)
 			SERIAL_ECHOLNPGM("Stored settings retrieved");
 
 		}
-	    else { //size of eeprom M500 section probably changed by mistake and data are not valid; default values will be used
+		else { //size of eeprom M500 section probably changed by mistake and data are not valid; default values will be used
 			puts_P(PSTR("Data read from EEPROM not valid."));
 			Config_ResetDefault();
 			previous_settings_retrieved = false;