summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/cons/cons_ansi.c1
1 files changed, 0 insertions, 1 deletions
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,