Browse Source

Clean up trailing whitespace

Scott Lahteine 5 years ago
parent
commit
651f3eeed0

+ 3
- 2
Marlin/src/HAL/HAL_STM32F1/spi_pins.h View File

@@ -21,11 +21,12 @@
21 21
 /**
22 22
  * HAL for stm32duino.com based on Libmaple and compatible (STM32F1)
23 23
  */
24
+
24 25
 /**
25 26
  * Define SPI Pins: SCK, MISO, MOSI, SS
26 27
  *
27 28
  * Any PIN can be used for Chip Select (SS)
28
- * 
29
+ *
29 30
  * SPI1 is enabled by default
30 31
  */
31 32
 #if ENABLED(ENABLE_SPI3)
@@ -46,4 +47,4 @@
46 47
   #define MISO_PIN  BOARD_SPI1_MISO_PIN
47 48
   #define MOSI_PIN  BOARD_SPI1_MOSI_PIN
48 49
   #define SS_PIN    BOARD_SPI1_NSS_PIN
49
-#endif
50
+#endif

+ 1
- 1
Marlin/src/lcd/menu/menu_advanced.cpp View File

@@ -616,7 +616,7 @@ void menu_backlash();
616 616
 void menu_advanced_settings() {
617 617
   #ifdef FILAMENT_RUNOUT_DISTANCE_MM
618 618
     lcd_runout_distance_mm = runout.runout_distance();
619
-  #endif  
619
+  #endif
620 620
   START_MENU();
621 621
   MENU_BACK(MSG_CONFIGURATION);
622 622
 

+ 1
- 1
Marlin/src/lcd/ultralcd.h View File

@@ -289,7 +289,7 @@ public:
289 289
     static void abort_print();
290 290
     static void pause_print();
291 291
     static void resume_print();
292
-    
292
+
293 293
     #if HAS_PRINT_PROGRESS
294 294
       #if ENABLED(LCD_SET_PROGRESS_MANUALLY)
295 295
         static uint8_t progress_bar_percent;

+ 1
- 1
Marlin/src/pins/pins_BIGTREE_SKR_MINI_V1_1.h View File

@@ -126,7 +126,7 @@
126 126
 // SD Card
127 127
 //
128 128
 
129
-// By default the onboard SD is enabled. 
129
+// By default the onboard SD is enabled.
130 130
 // To disable it and use an external SD (connected to LCD)
131 131
 // enable STM32_SD_LCD.
132 132
 

+ 1
- 1
Marlin/src/pins/pins_Z_BOLT_X_SERIES.h View File

@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- *  Z-Bolt X Series board – based on Arduino Mega2560 
24
+ *  Z-Bolt X Series board – based on Arduino Mega2560
25 25
  */
26 26
 
27 27
 #if HOTENDS > 4 || E_STEPPERS > 4

Loading…
Cancel
Save