trunk fmt

This commit is contained in:
Thomas Göttgens
2024-09-02 10:16:32 +02:00
parent 234e652a07
commit 719faf4f97

View File

@@ -322,7 +322,7 @@ class Screen : public concurrency::OSThread
uint8_t last = LASTCHAR; // get last char
LASTCHAR = ch;
switch(last) {
switch (last) {
case 0xC2: {
SKIPREST = false;
return (uint8_t)ch;
@@ -335,7 +335,7 @@ class Screen : public concurrency::OSThread
#if defined(OLED_PL)
switch(last) {
switch (last) {
case 0xC3: {
if (ch == 147)
@@ -372,7 +372,7 @@ class Screen : public concurrency::OSThread
#if defined(OLED_UA) || defined(OLED_RU)
switch(last) {
switch (last) {
case 0xC3: {
SKIPREST = false;
return (uint8_t)(ch | 0xC0);