More sonarlint work
This commit is contained in:
@@ -1462,7 +1462,7 @@ process_char(escp_t *dev, uint8_t ch)
|
||||
dev->curr_x = dev->left_margin;
|
||||
if (!dev->autofeed)
|
||||
return 1;
|
||||
/*FALLTHROUGH*/
|
||||
[[fallthrough]];
|
||||
|
||||
case 0x0a: /* Line feed */
|
||||
if (dev->font_style & STYLE_DOUBLEWIDTHONELINE) {
|
||||
|
||||
Reference in New Issue
Block a user