Explorar o código

Fix indentation

Yuri D'Elia %!s(int64=3) %!d(string=hai) anos
pai
achega
a2c7dcbbf8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Firmware/temperature.cpp

+ 1 - 1
Firmware/temperature.cpp

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