Browse Source

Fix trailing whitespace

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

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

@@ -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…
Cancel
Save