Clean up trailing whitespace

This commit is contained in:
Scott Lahteine
2018-10-19 15:27:07 -05:00
parent 9090065e9f
commit b381cad399
11 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -723,7 +723,7 @@ private:
#if ENABLED(SDSUPPORT)
static void M524();
#endif
#if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
static void M540();
#endif