From 7fd3d3a1b633b733763e0f4aa9f94cffada67859 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 7 Apr 2025 12:37:56 -0400 Subject: fmt --- kernel/drivers/tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/drivers') diff --git a/kernel/drivers/tty.c b/kernel/drivers/tty.c index 20a8f14..5a231cd 100644 --- a/kernel/drivers/tty.c +++ b/kernel/drivers/tty.c @@ -9,7 +9,7 @@ static const uint8_t width = 80; static const uint8_t height = 25; -static volatile uint16_t *buffer = (uint16_t*)VGA_ADDR; +static volatile uint16_t *buffer = (uint16_t *)VGA_ADDR; // position static uint32_t x = 0, y = 0; -- cgit v1.2.3-freya