Clean up some trailing spaces
This commit is contained in:
parent
312f63dbe8
commit
76c92a1fab
4 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@
|
||||||
#if ENABLED(DEBUG_GCODE_PARSER)
|
#if ENABLED(DEBUG_GCODE_PARSER)
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||||
extern char* hex_address(const void * const w);
|
extern char* hex_address(const void * const w);
|
||||||
#else
|
#else
|
||||||
#include "hex_print_routines.h"
|
#include "hex_print_routines.h"
|
||||||
#endif
|
#endif
|
||||||
#include "serial.h"
|
#include "serial.h"
|
||||||
|
|
|
@ -48,8 +48,8 @@ typedef void (*twiRequestFunc_t)();
|
||||||
* for the host to interpret.
|
* for the host to interpret.
|
||||||
*
|
*
|
||||||
* For more information see
|
* For more information see
|
||||||
* - http://marlinfw.org/docs/gcode/M260.html
|
* - http://marlinfw.org/docs/gcode/M260.html
|
||||||
* - http://marlinfw.org/docs/gcode/M261.html
|
* - http://marlinfw.org/docs/gcode/M261.html
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class TWIBus {
|
class TWIBus {
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
extern float destination[XYZE];
|
extern float destination[XYZE];
|
||||||
|
|
||||||
#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_to_destination() { COPY(current_position, destination); }
|
inline void set_current_to_destination() { COPY(current_position, destination); }
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -1085,7 +1085,7 @@ static void lcd_implementation_status_screen() {
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* These are just basic data for the 20x4 LCD work that
|
* These are just basic data for the 20x4 LCD work that
|
||||||
* is coming up very soon.
|
* is coming up very soon.
|
||||||
* Soon this will morph into a map code.
|
* Soon this will morph into a map code.
|
||||||
|
|
Reference in a new issue