Browse Source

whitespace

Scott Lahteine 4 years ago
parent
commit
e250f6a275

+ 1
- 1
Marlin/src/gcode/parser.cpp View File

217
 
217
 
218
     #if ENABLED(GCODE_MOTION_MODES)
218
     #if ENABLED(GCODE_MOTION_MODES)
219
       #if ENABLED(ARC_SUPPORT)
219
       #if ENABLED(ARC_SUPPORT)
220
-        case 'I' ... 'J': 
220
+        case 'I' ... 'J':
221
           if (motion_mode_codenum != 2 && motion_mode_codenum != 3) return;
221
           if (motion_mode_codenum != 2 && motion_mode_codenum != 3) return;
222
       #endif
222
       #endif
223
       case 'Q':
223
       case 'Q':

+ 1
- 1
buildroot/share/PlatformIO/scripts/common-dependencies.h View File

37
   #define USES_LIQUIDTWI2
37
   #define USES_LIQUIDTWI2
38
 #elif ENABLED(LCD_I2C_TYPE_PCA8574)
38
 #elif ENABLED(LCD_I2C_TYPE_PCA8574)
39
   #define USES_LIQUIDCRYSTAL_I2C
39
   #define USES_LIQUIDCRYSTAL_I2C
40
-#elif ANY(HAS_MARLINUI_HD44780, LCD_I2C_TYPE_PCF8575, SR_LCD_2W_NL , LCM1602)
40
+#elif ANY(HAS_MARLINUI_HD44780, LCD_I2C_TYPE_PCF8575, SR_LCD_2W_NL, LCM1602)
41
   #define USES_LIQUIDCRYSTAL
41
   #define USES_LIQUIDCRYSTAL
42
 #endif
42
 #endif
43
 
43
 

Loading…
Cancel
Save