Lean Sheng Tan has submitted this change. ( https://review.coreboot.org/c/coreboot/+/74119 )
Change subject: commonlib/coreboot_tables.h: Replace spaces with tabs ......................................................................
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 --- M src/commonlib/include/commonlib/coreboot_tables.h 1 file changed, 18 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Benjamin Doron: Looks good to me, approved Maximilian Brune: Looks good to me, but someone else must approve
diff --git a/src/commonlib/include/commonlib/coreboot_tables.h b/src/commonlib/include/commonlib/coreboot_tables.h index e299e54..1e83577 100644 --- a/src/commonlib/include/commonlib/coreboot_tables.h +++ b/src/commonlib/include/commonlib/coreboot_tables.h @@ -85,7 +85,7 @@ 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,