Whitespace cleanup

This commit is contained in:
Scott Lahteine
2020-09-20 18:24:05 -05:00
parent 584a8cd1a8
commit 5a35595a3a
14 changed files with 40 additions and 41 deletions

View File

@ -27,8 +27,8 @@
#include "../../../../inc/MarlinConfig.h"
#include "../../ui_api.h"
#include "../../../../MarlinCore.h" // for quickstop_stepper and disable_steppers
#include "../../../../module/motion.h" // for A20 read printing speed feedrate_percentage
#include "../../../../MarlinCore.h" // for quickstop_stepper and disable_steppers
#include "../../../../module/motion.h" // for A20 read printing speed feedrate_percentage
// command sending macro's with debugging capability
#define SEND_PGM(x) send_P(PSTR(x))

View File

@ -161,7 +161,7 @@ typedef struct {
uint8_t waitEndMoves;
uint16_t moveSpeed;
float move_dist;
uint8_t F[4];
uint8_t F[4];
} UI_CFG;
typedef enum {