瀏覽代碼

Fix trailing whitespace

Scott Lahteine 6 年之前
父節點
當前提交
2ecb124e42
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/module/planner.cpp

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

@@ -2068,7 +2068,7 @@ bool Planner::_populate_block(block_t * const block, bool split_move,
2068 2068
       // In worst case, only one extruder running, no change is needed.
2069 2069
       // In best case, all extruders run the same amount, we can divide by MIXING_STEPPERS
2070 2070
       float delta_mm_i = 0;
2071
-      if (i == E_AXIS && mixer.get_current_v_tool() == MIXER_AUTORETRACT_TOOL) 
2071
+      if (i == E_AXIS && mixer.get_current_v_tool() == MIXER_AUTORETRACT_TOOL)
2072 2072
         delta_mm_i = delta_mm[i] / MIXING_STEPPERS;
2073 2073
       else
2074 2074
         delta_mm_i = delta_mm[i];

Loading…
取消
儲存