Parcourir la source

Clean up some trailing spaces

Scott Lahteine il y a 7 ans
Parent
révision
76c92a1fab
4 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 1
    1
      Marlin/gcode.h
  2. 2
    2
      Marlin/twibus.h
  3. 1
    1
      Marlin/ubl_motion.cpp
  4. 1
    1
      Marlin/ultralcd_impl_HD44780.h

+ 1
- 1
Marlin/gcode.h Voir le fichier

@@ -38,7 +38,7 @@
38 38
 #if ENABLED(DEBUG_GCODE_PARSER)
39 39
   #if ENABLED(AUTO_BED_LEVELING_UBL)
40 40
     extern char* hex_address(const void * const w);
41
-  #else  
41
+  #else
42 42
     #include "hex_print_routines.h"
43 43
   #endif
44 44
   #include "serial.h"

+ 2
- 2
Marlin/twibus.h Voir le fichier

@@ -48,8 +48,8 @@ typedef void (*twiRequestFunc_t)();
48 48
  * for the host to interpret.
49 49
  *
50 50
  *  For more information see
51
- *    - http://marlinfw.org/docs/gcode/M260.html 
52
- *    - http://marlinfw.org/docs/gcode/M261.html 
51
+ *    - http://marlinfw.org/docs/gcode/M260.html
52
+ *    - http://marlinfw.org/docs/gcode/M261.html
53 53
  *
54 54
  */
55 55
 class TWIBus {

+ 1
- 1
Marlin/ubl_motion.cpp Voir le fichier

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

+ 1
- 1
Marlin/ultralcd_impl_HD44780.h Voir le fichier

@@ -1085,7 +1085,7 @@ static void lcd_implementation_status_screen() {
1085 1085
 
1086 1086
 #if ENABLED(AUTO_BED_LEVELING_UBL)
1087 1087
 
1088
-  /* 
1088
+  /**
1089 1089
    * These are just basic data for the 20x4 LCD work that
1090 1090
    * is coming up very soon.
1091 1091
    * Soon this will morph into a map code.

Chargement…
Annuler
Enregistrer