From 7c05c61b0b79bca31d72242c47b2effeb9a7a012 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sun, 23 Jun 2024 11:38:04 -0600 Subject: util/autoport: Remove extra blank lines from generated files The generated dsdt.asl and early_init.c files contained 2 consecutive blank lines, so remove one of them. Change-Id: Iad74098518320c5389cb86badb8737e81dd656ae Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/83186 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- util/autoport/bd82x6x.go | 1 - util/autoport/main.go | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go index 8ad0c1756b..d31cd6b4b6 100644 --- a/util/autoport/bd82x6x.go +++ b/util/autoport/bd82x6x.go @@ -294,7 +294,6 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) { sb.WriteString(`#include #include #include - `) usbPortConfig := "{\n" diff --git a/util/autoport/main.go b/util/autoport/main.go index 6426dd305c..99099d51f6 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -837,8 +837,7 @@ func main() { Add_gpl(dsdt) dsdt.WriteString( - ` -#include +`#include DefinitionBlock( "dsdt.aml", -- cgit v1.2.3