Clean trailing whitespace

This commit is contained in:
Scott Lahteine
2018-07-25 18:49:32 -05:00
parent 9c2bfa2ab3
commit e05e95cf97
5 changed files with 12 additions and 12 deletions

View File

@ -1566,12 +1566,12 @@
incremental_LSF(&lsf_results, PROBE_PT_3_X, PROBE_PT_3_Y, measured_z);
}
}
STOW_PROBE();
#ifdef Z_AFTER_PROBING
move_z_after_probing();
#endif
if (abort_flag) {
SERIAL_ECHOPGM("?Error probing point. Aborting operation.\n");
return;
@ -1632,7 +1632,7 @@
#ifdef Z_AFTER_PROBING
move_z_after_probing();
#endif
if (abort_flag || finish_incremental_LSF(&lsf_results)) {
SERIAL_ECHOPGM("Could not complete LSF!");
return;