Remove some trailing whitespace

This commit is contained in:
Scott Lahteine 2018-03-04 21:13:23 -06:00
parent eacb8346af
commit 081ab35e82
4 changed files with 10 additions and 11 deletions

View file

@ -3475,7 +3475,7 @@ inline void gcode_G4() {
*/
inline void gcode_G10() {
#if EXTRUDERS > 1
const bool rs = parser.boolval('S');
const bool rs = parser.boolval('S');
#endif
fwretract.retract(true
#if EXTRUDERS > 1