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
   #if ENABLED(JUNCTION_DEVIATION)
122
   #if ENABLED(JUNCTION_DEVIATION)
123
     #define J_PARAM  "J"
123
     #define J_PARAM  "J"
124
   #else
124
   #else
125
-    #define J_PARAM 
125
+    #define J_PARAM
126
   #endif
126
   #endif
127
   #if HAS_CLASSIC_JERK
127
   #if HAS_CLASSIC_JERK
128
     #define XYZE_PARAM "XYZE"
128
     #define XYZE_PARAM "XYZE"
129
   #else
129
   #else
130
-    #define XYZE_PARAM 
130
+    #define XYZE_PARAM
131
   #endif
131
   #endif
132
   if (!parser.seen("BST" J_PARAM XYZE_PARAM)) return;
132
   if (!parser.seen("BST" J_PARAM XYZE_PARAM)) return;
133
 
133
 

Loading…
Cancel
Save