mb/msi: Remove blank lines before '}' and after '{'

Change-Id: I4a678b433e3e1a492e2a8e679caf75f4741317cb
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81485
Reviewed-by: Michał Kopeć <michal.kopec@3mdeb.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes Haouas
2024-03-23 15:37:15 +01:00
committed by Martin L Roth
parent 0f8aabdb26
commit 526b9bba67
4 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@
/* Pad configuration was generated automatically using intelp2m utility */
static const struct pad_config gpio_table[] = {
/* ------- GPIO Community 0 ------- */
/* ------- GPIO Group GPP_I ------- */

View File

@ -16,7 +16,6 @@ void mainboard_fill_fadt(acpi_fadt_t *fadt)
static void mainboard_init(void *chip_info)
{
}
u8 smbios_mainboard_feature_flags(void)

View File

@ -4,7 +4,6 @@
/* Pad configuration was generated automatically using intelp2m utility */
static const struct pad_config gpio_table[] = {
/* ------- GPIO Community 0 ------- */
/* ------- GPIO Group GPP_I ------- */

View File

@ -17,7 +17,6 @@ void mainboard_fill_fadt(acpi_fadt_t *fadt)
static void mainboard_init(void *chip_info)
{
}
u8 smbios_mainboard_feature_flags(void)