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

@ -66,7 +66,7 @@
#define G29_RETURN(b) return b;
#else
#define G29_RETURN(b) return;
#endif
#endif
/**
* G29: Detailed Z probe, probes the bed at 3 or more points.
@ -996,7 +996,7 @@ G29_TYPE GcodeSuite::G29() {
#endif
report_current_position();
G29_RETURN(isnan(measured_z));
}