minor reformat
[coreboot.git] / src / console / vga_console.c
index 0e0b17af85656122021c2d068f02004a2757a2f2..31e29f8dbb6c419db4ba2d856ae4bf66a4b6d2be 100644 (file)
@@ -12,7 +12,9 @@
 
 //extern void beep(int ms);
 
-static char *vidmem;           /* The video buffer, should be replaced by symbol in ldscript.ld */
+/* The video buffer, should be replaced by symbol in ldscript.ld */
+static char *vidmem;
+
 int vga_line, vga_col;
 
 extern int vga_inited; // it will be changed in pci_rom.c