Browse Source

Indent a line

Scott Lahteine 6 years ago
parent
commit
f7eeae8424
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/temperature.cpp

+ 1
- 1
Marlin/src/module/temperature.cpp View File

@@ -2232,7 +2232,7 @@ void Temperature::readings_ready() {
2232 2232
         #ifdef MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED
2233 2233
           if (++consecutive_low_temperature_error[e] >= MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED)
2234 2234
         #endif
2235
-          min_temp_error((heater_ind_t)e);
2235
+            min_temp_error((heater_ind_t)e);
2236 2236
       }
2237 2237
       #ifdef MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED
2238 2238
         else

Loading…
Cancel
Save