Cleanup spacing, commentary

This commit is contained in:
Scott Lahteine 2018-01-11 18:52:54 -06:00
parent e2871f0dcd
commit c1d6d24b9d
2 changed files with 4 additions and 4 deletions

View file

@ -10288,7 +10288,7 @@ inline void gcode_M502() {
#if HAS_TRINAMIC
#if ENABLED(TMC_DEBUG)
inline void gcode_M122() {
if (parser.seen('S'))
if (parser.seen('S'))
tmc_set_report_status(parser.value_bool());
else
tmc_report_all();