瀏覽代碼

Fix indentation

Yuri D'Elia 3 年之前
父節點
當前提交
a2c7dcbbf8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Firmware/temperature.cpp

+ 1 - 1
Firmware/temperature.cpp

@@ -1546,7 +1546,7 @@ void bed_min_temp_error(void) {
 	return;
 	return;
 #endif
 #endif
     disable_heater();
     disable_heater();
-	static const char err[] PROGMEM = "MINTEMP BED";
+    static const char err[] PROGMEM = "MINTEMP BED";
     if(IsStopped() == false) {
     if(IsStopped() == false) {
         temp_error_messagepgm(err);
         temp_error_messagepgm(err);
 		last_alert_sent_to_lcd = LCDALERT_BEDMINTEMP;
 		last_alert_sent_to_lcd = LCDALERT_BEDMINTEMP;