Browse Source

General formatting

Scott Lahteine 5 years ago
parent
commit
e3278f22f3

+ 2
- 2
Marlin/src/lcd/extensible_ui/lib/lulzbot/ftdi_eve_lib/extended/unicode/western_char_set.cpp View File

@@ -228,9 +228,9 @@
228 228
     alt_fm.stride = 19;
229 229
     alt_fm.width  = 38;
230 230
     alt_fm.height = 49;
231
-    for (uint8_t i = 0; i < 127; i++) {
231
+    for (uint8_t i = 0; i < 127; i++)
232 232
       alt_fm.char_widths[i] = 0;
233
-    }
233
+
234 234
     // For special characters, copy the character widths from the char tables
235 235
     for (uint8_t i = 0; i < NUM_ELEMENTS(char_recipe); i++) {
236 236
       uint8_t std_char, alt_char, alt_data;

+ 1
- 1
Marlin/src/lcd/extensible_ui/lib/lulzbot/screens/screen_data.h View File

@@ -67,7 +67,7 @@ union screen_data_t {
67 67
     struct base_numeric_adjustment_t placeholder;
68 68
     int16_t rel[XYZ];
69 69
     #if EXTRUDERS > 1
70
-      bool  link_nozzles;
70
+      bool link_nozzles;
71 71
     #endif
72 72
     bool show_offsets;
73 73
   } NudgeNozzleScreen;

Loading…
Cancel
Save