https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6c5d38c22a7d13ece6979159fb8a3d026d2684c6

commit 6c5d38c22a7d13ece6979159fb8a3d026d2684c6
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sat Jun 22 23:24:13 2019 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun Jun 23 02:12:24 2019 +0200

    [NTVDM] Fix whitespace.
---
 subsystems/mvdm/ntvdm/bios/vidbios.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subsystems/mvdm/ntvdm/bios/vidbios.c 
b/subsystems/mvdm/ntvdm/bios/vidbios.c
index 54ce259c7be..f580f3fb834 100644
--- a/subsystems/mvdm/ntvdm/bios/vidbios.c
+++ b/subsystems/mvdm/ntvdm/bios/vidbios.c
@@ -232,7 +232,7 @@ static VGA_REGISTERS VideoMode_640x480_16color =
     0xE3,
 
     /* Sequencer Registers */
-   {0x00, 0x01, 0x0F, 0x00, 0x06},
+    {0x00, 0x01, 0x0F, 0x00, 0x06},
 
     /* CRTC Registers */
     {0x5F, 0x4F, 0x50, 0x82, 0x54, 0x80, 0x0B, 0x3E, 0x00, 0x40, 0x00, 0x00,

Reply via email to