From 3c34c9bc48e2e505c3800fe6331c1f2849882095 Mon Sep 17 00:00:00 2001 From: Andy Valencia Date: Tue, 30 Aug 2016 19:28:55 -0700 Subject: [PATCH] Minor edit on indentation to make it less misleading --- Kernel/vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/vt.c b/Kernel/vt.c index d9301753..b8dde2f9 100644 --- a/Kernel/vt.c +++ b/Kernel/vt.c @@ -242,7 +242,7 @@ void vtoutput(unsigned char *p, unsigned int len) cursory = ncursory; if (ncursorx >= 0 && ncursorx <= VT_RIGHT) cursorx = ncursorx; - vtmode = 0; + vtmode = 0; } else if (vtmode == 4 ){ vtattr = c; vtmode = 0; -- 2.34.1