Fix up ubl_motion indentation

This commit is contained in:
Scott Lahteine 2017-12-11 02:30:27 -06:00
parent 24f9bec6f4
commit d568e586b7

View file

@ -23,23 +23,23 @@
#if ENABLED(AUTO_BED_LEVELING_UBL)
#include "../bedlevel.h"
#include "../../../module/planner.h"
#include "../../../module/stepper.h"
#include "../../../module/motion.h"
#include "../bedlevel.h"
#include "../../../module/planner.h"
#include "../../../module/stepper.h"
#include "../../../module/motion.h"
#if ENABLED(DELTA)
#if ENABLED(DELTA)
#include "../../../module/delta.h"
#endif
#endif
#include "../../../Marlin.h"
#include <math.h>
#include "../../../Marlin.h"
#include <math.h>
#if AVR_AT90USB1286_FAMILY // Teensyduino & Printrboard IDE extensions have compile errors without this
#if AVR_AT90USB1286_FAMILY // Teensyduino & Printrboard IDE extensions have compile errors without this
inline void set_current_from_destination() { COPY(current_position, destination); }
#else
#else
extern void set_current_from_destination();
#endif
#endif
#if !UBL_SEGMENTED