From a89b9cd4933e913d84ece773935bc27370429c1c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 16 May 2018 12:28:52 +0200 Subject: arch/x86/include/arch: Remove space after __attribute__ Change-Id: I7c74eff97580fbf39242f16dbdde98286678d596 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26321 Reviewed-by: Christoph Pomaska Reviewed-by: Werner Zeh Tested-by: build bot (Jenkins) --- src/arch/x86/include/arch/acpi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arch/x86/include/arch/acpi.h b/src/arch/x86/include/arch/acpi.h index 5480834eb2..f5e2e81c81 100644 --- a/src/arch/x86/include/arch/acpi.h +++ b/src/arch/x86/include/arch/acpi.h @@ -423,7 +423,7 @@ typedef struct acpi_dbg2_header { struct acpi_table_header header; uint32_t devices_offset; uint32_t devices_count; -} __attribute__ ((packed)) acpi_dbg2_header_t; +} __attribute__((packed)) acpi_dbg2_header_t; /* DBG2: Microsoft Debug Port Table 2 device entry */ typedef struct acpi_dbg2_device { @@ -439,7 +439,7 @@ typedef struct acpi_dbg2_device { uint8_t reserved[2]; uint16_t base_address_offset; uint16_t address_size_offset; -} __attribute__ ((packed)) acpi_dbg2_device_t; +} __attribute__((packed)) acpi_dbg2_device_t; /* FADT (Fixed ACPI Description Table) */ typedef struct acpi_fadt { -- cgit v1.2.3