Browse Source

Clean up trailing whitespace

Scott Lahteine 6 years ago
parent
commit
651f3eeed0

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

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

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

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

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

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

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

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

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

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
 #if HOTENDS > 4 || E_STEPPERS > 4
27
 #if HOTENDS > 4 || E_STEPPERS > 4

Loading…
Cancel
Save