Browse Source

whitespace

Scott Lahteine 4 years ago
parent
commit
e250f6a275

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

@@ -217,7 +217,7 @@ void GCodeParser::parse(char *p) {
217 217
 
218 218
     #if ENABLED(GCODE_MOTION_MODES)
219 219
       #if ENABLED(ARC_SUPPORT)
220
-        case 'I' ... 'J': 
220
+        case 'I' ... 'J':
221 221
           if (motion_mode_codenum != 2 && motion_mode_codenum != 3) return;
222 222
       #endif
223 223
       case 'Q':

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

@@ -37,7 +37,7 @@
37 37
   #define USES_LIQUIDTWI2
38 38
 #elif ENABLED(LCD_I2C_TYPE_PCA8574)
39 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 41
   #define USES_LIQUIDCRYSTAL
42 42
 #endif
43 43
 

Loading…
Cancel
Save