Skip to content

Commit 066b5bd

Browse files
spacing only change
1 parent 73afdca commit 066b5bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flanterm/flanterm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ static void flanterm_putchar(struct flanterm_context *ctx, uint8_t c) {
16651665
if (c >= 0x20) {
16661666
ctx->raw_putchar(ctx, c);
16671667
return;
1668-
}
1668+
}
16691669
ctx->raw_putchar(ctx, 0xfe);
16701670
}
16711671

0 commit comments

Comments
 (0)