From 725f2c8a81fb97dd038692f1b708a18e05734a34 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 29 Mar 2023 21:13:54 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74119 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Benjamin Doron Reviewed-by: Maximilian Brune --- src/commonlib/include/commonlib/coreboot_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/commonlib/include/commonlib/coreboot_tables.h b/src/commonlib/include/commonlib/coreboot_tables.h index e299e54a38..1e8357798a 100644 --- a/src/commonlib/include/commonlib/coreboot_tables.h +++ b/src/commonlib/include/commonlib/coreboot_tables.h @@ -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, -- cgit v1.2.3