Clean up some trailing spaces

This commit is contained in:
Scott Lahteine 2017-07-01 22:32:04 -05:00
parent 312f63dbe8
commit 76c92a1fab
4 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@
#include <math.h>
extern float destination[XYZE];
#if AVR_AT90USB1286_FAMILY // Teensyduino & Printrboard IDE extensions have compile errors without this
inline void set_current_to_destination() { COPY(current_position, destination); }
#else