summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/AcpiTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/AcpiTable.h')
-rw-r--r--MdePkg/Include/Protocol/AcpiTable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/AcpiTable.h b/MdePkg/Include/Protocol/AcpiTable.h
index fbcc827..99159f4 100644
--- a/MdePkg/Include/Protocol/AcpiTable.h
+++ b/MdePkg/Include/Protocol/AcpiTable.h
@@ -65,7 +65,7 @@ typedef struct _EFI_ACPI_TABLE_PROTOCOL EFI_ACPI_TABLE_PROTOCOL;
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_ACPI_TABLE_INSTALL_ACPI_TABLE) (
+(EFIAPI *EFI_ACPI_TABLE_INSTALL_ACPI_TABLE)(
IN CONST EFI_ACPI_TABLE_PROTOCOL *This,
IN CONST VOID *AcpiTableBuffer,
IN UINTN AcpiTableBufferSize,
@@ -99,7 +99,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_ACPI_TABLE_UNINSTALL_ACPI_TABLE) (
+(EFIAPI *EFI_ACPI_TABLE_UNINSTALL_ACPI_TABLE)(
IN CONST EFI_ACPI_TABLE_PROTOCOL *This,
IN UINTN TableKey
);