Strip trailing spaces

This commit is contained in:
Scott Lahteine
2018-04-23 18:00:06 -05:00
parent 8177c4334e
commit f423e54f77
7 changed files with 72 additions and 72 deletions

View File

@ -500,7 +500,7 @@ static bool do_probe_move(const float z, const float fr_mm_m) {
while (thermalManager.isHeatingBed()) safe_delay(200);
lcd_reset_status();
}
#endif
#endif
// Deploy BLTouch at the start of any probe
#if ENABLED(BLTOUCH)