ptos: bootvid: Fix indentation

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-10 18:25:35 -04:00
parent 7aa3c946a3
commit 5026a758ec
+5 -5
View File
@@ -30,13 +30,13 @@ static BOOTCONS_ATTR DefaultConsAttr = {
VOID
BootVidInit(VOID)
{
BPAL_HANDLE Handle;
BPAL_HANDLE Handle;
KeBpalGetHandle(&Handle);
Framebuffer = Handle.Framebuffer;
KeBpalGetHandle(&Handle);
Framebuffer = Handle.Framebuffer;
DTRACE("framebuffer width : %d px\n", Framebuffer.Width);
DTRACE("framebuffer height : %d px\n", Framebuffer.Height);
DTRACE("framebuffer width : %d px\n", Framebuffer.Width);
DTRACE("framebuffer height : %d px\n", Framebuffer.Height);
}
VOID