Browse Source

Trailing whitespace

Scott Lahteine 6 years ago
parent
commit
92e513e76e

+ 3
- 3
Marlin/src/lcd/dogm/HAL_LCD_com_defines.h View File

@@ -42,11 +42,11 @@
42 42
     #define U8G_COM_ST7920_HAL_SW_SPI u8g_com_arduino_st7920_spi_fn
43 43
   #elif defined(ARDUINO_ARCH_STM32)
44 44
     uint8_t u8g_com_arduino_std_sw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);
45
-    #define U8G_COM_HAL_SW_SPI_FN u8g_com_arduino_std_sw_spi_fn    
46
-    uint8_t u8g_com_stm32duino_hw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);   
45
+    #define U8G_COM_HAL_SW_SPI_FN u8g_com_arduino_std_sw_spi_fn
46
+    uint8_t u8g_com_stm32duino_hw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);
47 47
     #define U8G_COM_HAL_HW_SPI_FN u8g_com_stm32duino_hw_spi_fn
48 48
     uint8_t u8g_com_arduino_st7920_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);
49
-    #define U8G_COM_ST7920_HAL_SW_SPI u8g_com_arduino_st7920_spi_fn    
49
+    #define U8G_COM_ST7920_HAL_SW_SPI u8g_com_arduino_st7920_spi_fn
50 50
   #else
51 51
     uint8_t u8g_com_HAL_AVR_sw_sp_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);
52 52
     #define U8G_COM_HAL_SW_SPI_FN  u8g_com_HAL_AVR_sw_sp_fn // AVR ?

+ 1
- 1
Marlin/src/pins/stm32/pins_BIGTREE_SKR_E3_DIP.h View File

@@ -83,7 +83,7 @@
83 83
 
84 84
 #define E0_ENABLE_PIN      PB1
85 85
 #define E0_STEP_PIN        PB0
86
-#define E0_DIR_PIN         PC5  
86
+#define E0_DIR_PIN         PC5
87 87
 #ifndef E0_CS_PIN
88 88
   #define E0_CS_PIN        PD2
89 89
 #endif

Loading…
Cancel
Save