From 81f4beba79d0d64c9dbde13807f857ac2efdacb8 Mon Sep 17 00:00:00 2001 From: Maxim Polyakov Date: Fri, 7 Jun 2024 18:10:24 +0300 Subject: util/intelp2m: Remove blank line after '{' The generator inserts into the gpio.h an unnecessary blank line in front of the list of macros in the table. Let's remove this from the template to make the code cleaner. These changes have no effect on the configuration of macros. Change-Id: I1141ca630cb6d9a46be5bce2b434762ef8e6fdd0 Signed-off-by: Maxim Polyakov Reviewed-on: https://review.coreboot.org/c/coreboot/+/83003 Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) --- util/intelp2m/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util') diff --git a/util/intelp2m/main.go b/util/intelp2m/main.go index 4f66a0acb9..38a3b5fc70 100644 --- a/util/intelp2m/main.go +++ b/util/intelp2m/main.go @@ -21,8 +21,7 @@ func generateOutputFile(parser *parser.ParserData) (err error) { #include /* Pad configuration was generated automatically using intelp2m utility */ -static const struct pad_config gpio_table[] = { -`) +static const struct pad_config gpio_table[] = {`) // Add the pads map parser.PadMapFprint() config.OutputGenFile.WriteString(`}; -- cgit v1.2.3