Clean up trailing whitespace
This commit is contained in:
@ -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(); }
|
||||
|
Reference in New Issue
Block a user