Clean up trailing whitespace

This commit is contained in:
Scott Lahteine
2019-01-23 15:48:56 -06:00
parent 48a581ba2e
commit 6453b82a5e
3 changed files with 12 additions and 12 deletions

View File

@ -106,7 +106,7 @@ void GcodeSuite::M24() {
#ifdef ACTION_ON_RESUME
SERIAL_ECHOLNPGM("//action:" ACTION_ON_RESUME);
#endif
ui.reset_status();
}
@ -114,7 +114,7 @@ void GcodeSuite::M24() {
* M25: Pause SD Print
*/
void GcodeSuite::M25() {
// Set initial pause flag to prevent more commands from landing in the queue while we try to pause
#if ENABLED(SDSUPPORT)
if (IS_SD_PRINTING()) { card.pauseSDPrint(); }