diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-07-16 09:53:05 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-07-17 22:03:37 +0000 |
commit | 55d0f40734e64e38c1a46b96266daf468c5efad6 (patch) | |
tree | 9848a1b1ab916e30d296e9811b8ec3af986b2c33 /src/soc/amd/sabrina | |
parent | ab304bc091b793b52cd5a8d1255e6e144727451a (diff) |
soc/amd: Fix some white spaces issues
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Ibe20d48bdd8c776f9658620a13814f96e564dabc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65907
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/sabrina')
-rw-r--r-- | src/soc/amd/sabrina/agesa_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/sabrina/agesa_acpi.c b/src/soc/amd/sabrina/agesa_acpi.c index f8193c7cc9..9062c7a748 100644 --- a/src/soc/amd/sabrina/agesa_acpi.c +++ b/src/soc/amd/sabrina/agesa_acpi.c @@ -19,7 +19,7 @@ uintptr_t agesa_write_acpi_tables(const struct device *device, uintptr_t current /* IVRS */ current = ALIGN(current, 8); - ivrs = (acpi_ivrs_t *) current; + ivrs = (acpi_ivrs_t *)current; acpi_create_ivrs(ivrs, acpi_fill_ivrs); current += ivrs->header.length; acpi_add_table(rsdp, ivrs); |