aboutsummaryrefslogtreecommitdiff
path: root/src/acpi/acpigen.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-03-23 15:07:06 +0100
committerElyes Haouas <ehaouas@noos.fr>2024-03-30 07:42:12 +0000
commit58eddfc00cb4645ab02f3ecec4f8099a25c7f84a (patch)
treef72531ead4abb532c0045a189c4bdccd3a7c5a75 /src/acpi/acpigen.c
parent581c7ee208a921032b1c21003ae23c27bf4d49c0 (diff)
acpi: Remove blank lines before '}' and after '{'
Change-Id: I9ba061fe0b1396ccc1597e26685a6b4e312e3549 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81452 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/acpi/acpigen.c')
-rw-r--r--src/acpi/acpigen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/acpi/acpigen.c b/src/acpi/acpigen.c
index 257bd52c3e..9c04e84cd0 100644
--- a/src/acpi/acpigen.c
+++ b/src/acpi/acpigen.c
@@ -1880,7 +1880,6 @@ static void acpigen_write_dsm_uuid(struct dsm_uuid *id)
acpigen_write_return_singleton_buffer(0x0);
acpigen_write_if_end(); /* If (LEqual (Local0, ToUUID(uuid))) */
-
}
/*