commonlib/coreboot_tables.h: Replace spaces with tabs
Indent with tabs for the sake of consistency with the rest of the code. Change-Id: Ibd325a7a8348cc1f9023e54dceab40d02a0df233 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74119 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Benjamin Doron <benjamin.doron00@gmail.com> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
This commit is contained in:
parent
f7f7b3bbf6
commit
725f2c8a81
|
@ -85,7 +85,7 @@ enum {
|
|||
LB_TAG_BOARD_CONFIG = 0x0040,
|
||||
LB_TAG_ACPI_CNVS = 0x0041,
|
||||
LB_TAG_TYPE_C_INFO = 0x0042,
|
||||
LB_TAG_ACPI_RSDP = 0x0043,
|
||||
LB_TAG_ACPI_RSDP = 0x0043,
|
||||
LB_TAG_PCIE = 0x0044,
|
||||
/* The following options are CMOS-related */
|
||||
LB_TAG_CMOS_OPTION_TABLE = 0x00c8,
|
||||
|
|
Loading…
Reference in New Issue