summaryrefslogtreecommitdiffstats
path: root/src/commonlib/include/commonlib/coreboot_tables.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2023-03-29 21:13:54 +0200
committerLean Sheng Tan <sheng.tan@9elements.com>2023-04-02 06:28:30 +0000
commit725f2c8a81fb97dd038692f1b708a18e05734a34 (patch)
treebbb37b05bedab5fa88653124dccb3836368a4fb5 /src/commonlib/include/commonlib/coreboot_tables.h
parentf7f7b3bbf6827494985afae5f10312e63d6a8049 (diff)
downloadcoreboot-725f2c8a81fb97dd038692f1b708a18e05734a34.tar.gz
coreboot-725f2c8a81fb97dd038692f1b708a18e05734a34.tar.bz2
coreboot-725f2c8a81fb97dd038692f1b708a18e05734a34.zip
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>
Diffstat (limited to 'src/commonlib/include/commonlib/coreboot_tables.h')
-rw-r--r--src/commonlib/include/commonlib/coreboot_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/include/commonlib/coreboot_tables.h b/src/commonlib/include/commonlib/coreboot_tables.h
index e299e54a384e..1e8357798a66 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,