浏览代码

Indent a line

Scott Lahteine 6 年前
父节点
当前提交
f7eeae8424
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/module/temperature.cpp

+ 1
- 1
Marlin/src/module/temperature.cpp 查看文件

@@ -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

正在加载...
取消
保存