Clean up trailing whitespace
This commit is contained in:
@ -587,7 +587,7 @@ void GcodeSuite::process_parsed_command(
|
||||
#if ENABLED(SDSUPPORT)
|
||||
case 524: M524(); break; // M524: Abort the current SD print job
|
||||
#endif
|
||||
|
||||
|
||||
#if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
|
||||
case 540: M540(); break; // M540: Set abort on endstop hit for SD printing
|
||||
#endif
|
||||
|
@ -723,7 +723,7 @@ private:
|
||||
#if ENABLED(SDSUPPORT)
|
||||
static void M524();
|
||||
#endif
|
||||
|
||||
|
||||
#if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
|
||||
static void M540();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user