From 4a004fd4eb1f6d7616e38b1ccb0ec0bf8346d204 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 7 Jul 2025 02:32:13 +0000 Subject: kernel: ansi: Remove stray newline Signed-off-by: Ian Moffett --- sys/dev/cons/cons_ansi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/cons') diff --git a/sys/dev/cons/cons_ansi.c b/sys/dev/cons/cons_ansi.c index 69146b7..bd78d9a 100644 --- a/sys/dev/cons/cons_ansi.c +++ b/sys/dev/cons/cons_ansi.c @@ -64,7 +64,6 @@ ansi_feed(struct ansi_state *statep, char c) struct cons_screen *scr = &g_root_scr; struct console_feat *featp; - /* Standard colors */ static uint32_t colortab[] = { ANSI_BLACK, ANSI_RED, -- cgit v1.2.3