From c55765d6818534236338539101630448f00d1595 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 23 Mar 2024 15:29:37 +0100 Subject: mb/google: Remove blank lines before '}' and after '{' Change-Id: If68303cd59b287c8a5c982063b2ab75fd74898d6 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81477 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Yu-Ping Wu Reviewed-by: Jakub Czapiga --- src/mainboard/google/brox/mainboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/brox') diff --git a/src/mainboard/google/brox/mainboard.c b/src/mainboard/google/brox/mainboard.c index 5820805a97..9285ae27f4 100644 --- a/src/mainboard/google/brox/mainboard.c +++ b/src/mainboard/google/brox/mainboard.c @@ -191,7 +191,6 @@ static void mainboard_fill_ssdt(const struct device *dev) mainboard_generate_s0ix_hook(); acpigen_write_method_end(); /* Method */ acpigen_write_scope_end(); /* Scope */ - } void __weak variant_fill_ssdt(const struct device *dev) -- cgit v1.2.3