Browse Source

Remove trailing whitespace

pull/1/head
Scott Lahteine 6 years ago
parent
commit
04f173790f
  1. 4
      Marlin/src/gcode/config/M200-M205.cpp

4
Marlin/src/gcode/config/M200-M205.cpp

@ -122,12 +122,12 @@ void GcodeSuite::M205() {
#if ENABLED(JUNCTION_DEVIATION)
#define J_PARAM "J"
#else
#define J_PARAM
#define J_PARAM
#endif
#if HAS_CLASSIC_JERK
#define XYZE_PARAM "XYZE"
#else
#define XYZE_PARAM
#define XYZE_PARAM
#endif
if (!parser.seen("BST" J_PARAM XYZE_PARAM)) return;

Loading…
Cancel
Save