浏览代码

whitespace

PavelSindler 6 年之前
父节点
当前提交
cd438c5c00
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;