🎨 Strip trailing whitespace

This commit is contained in:
Scott Lahteine
2021-07-09 22:24:43 -05:00
parent 6547b16c45
commit bd60d77904
8 changed files with 9 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ int calculateWidth(PGM_P const pstr) {
const uint8_t prop = 2;
uint8_t *p = (uint8_t*)pstr;
int n = 0;
do {
wchar_t ch;
p = get_utf8_value_cb(p, read_byte_rom, &ch);