Browse Source

Remove trailing whitespace

Scott Lahteine 6 years ago
parent
commit
04f173790f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/gcode/config/M200-M205.cpp

+ 2
- 2
Marlin/src/gcode/config/M200-M205.cpp View File

@@ -122,12 +122,12 @@ void GcodeSuite::M205() {
122 122
   #if ENABLED(JUNCTION_DEVIATION)
123 123
     #define J_PARAM  "J"
124 124
   #else
125
-    #define J_PARAM 
125
+    #define J_PARAM
126 126
   #endif
127 127
   #if HAS_CLASSIC_JERK
128 128
     #define XYZE_PARAM "XYZE"
129 129
   #else
130
-    #define XYZE_PARAM 
130
+    #define XYZE_PARAM
131 131
   #endif
132 132
   if (!parser.seen("BST" J_PARAM XYZE_PARAM)) return;
133 133
 

Loading…
Cancel
Save