Apply coding standards for indentation

This commit is contained in:
Scott Lahteine 2017-04-28 15:43:06 -05:00
parent 6bf1d50188
commit 8020069371

View file

@ -2146,11 +2146,9 @@ static void clean_up_after_endstop_or_probe_move() {
}
#endif
#if ENABLED(BLTOUCH)
#if ENABLED(BLTOUCH_HEATERS_OFF)
#if ENABLED(BLTOUCH) && ENABLED(BLTOUCH_HEATERS_OFF)
turn_heaters_on_or_off_for_bltouch(deploy);
#endif
#endif
if (endstops.z_probe_enabled == deploy) return false;