From e8414b96ba94dbc761ee97d7a67b7a28cfc3a8af Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 26 Aug 2025 18:54:31 +0000 Subject: kernel: style: Clean up and remove extra newlines Signed-off-by: Ian Moffett --- sys/dev/cons/cons.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/cons') diff --git a/sys/dev/cons/cons.c b/sys/dev/cons/cons.c index d9d727a..0bb33b1 100644 --- a/sys/dev/cons/cons.c +++ b/sys/dev/cons/cons.c @@ -85,7 +85,6 @@ rgb_invert(uint32_t rgb) return ret; } - /* * Render a character onto the screen. * -- cgit v1.2.3