From e3278f22f32e2f93663e5fd8d3ef33be958adf82 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 11 Sep 2019 03:28:31 -0500 Subject: [PATCH] General formatting --- .../ftdi_eve_lib/extended/unicode/western_char_set.cpp | 4 ++-- .../src/lcd/extensible_ui/lib/lulzbot/screens/screen_data.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/src/lcd/extensible_ui/lib/lulzbot/ftdi_eve_lib/extended/unicode/western_char_set.cpp b/Marlin/src/lcd/extensible_ui/lib/lulzbot/ftdi_eve_lib/extended/unicode/western_char_set.cpp index 7554582dd..150838487 100644 --- a/Marlin/src/lcd/extensible_ui/lib/lulzbot/ftdi_eve_lib/extended/unicode/western_char_set.cpp +++ b/Marlin/src/lcd/extensible_ui/lib/lulzbot/ftdi_eve_lib/extended/unicode/western_char_set.cpp @@ -228,9 +228,9 @@ alt_fm.stride = 19; alt_fm.width = 38; alt_fm.height = 49; - for (uint8_t i = 0; i < 127; i++) { + for (uint8_t i = 0; i < 127; i++) alt_fm.char_widths[i] = 0; - } + // For special characters, copy the character widths from the char tables for (uint8_t i = 0; i < NUM_ELEMENTS(char_recipe); i++) { uint8_t std_char, alt_char, alt_data; diff --git a/Marlin/src/lcd/extensible_ui/lib/lulzbot/screens/screen_data.h b/Marlin/src/lcd/extensible_ui/lib/lulzbot/screens/screen_data.h index ed50a8bc3..65cb6e85d 100644 --- a/Marlin/src/lcd/extensible_ui/lib/lulzbot/screens/screen_data.h +++ b/Marlin/src/lcd/extensible_ui/lib/lulzbot/screens/screen_data.h @@ -67,7 +67,7 @@ union screen_data_t { struct base_numeric_adjustment_t placeholder; int16_t rel[XYZ]; #if EXTRUDERS > 1 - bool link_nozzles; + bool link_nozzles; #endif bool show_offsets; } NudgeNozzleScreen;