Clean up whitespace, spacing

This commit is contained in:
Scott Lahteine
2017-11-26 20:18:52 -06:00
parent f0dd4e3fa0
commit a67cf78c6b
38 changed files with 72 additions and 72 deletions

View File

@ -596,7 +596,7 @@ float probe_pt(const float &rx, const float &ry, const bool stow, const uint8_t
}
else if (!position_is_reachable(nx, ny)) return NAN; // The given position is in terms of the nozzle
const float nz =
const float nz =
#if ENABLED(DELTA)
// Move below clip height or xy move will be aborted by do_blocking_move_to
min(current_position[Z_AXIS], delta_clip_start_height)