From 69686d5669e0bc621ded618becf1529ce93ff1fd Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 31 Jul 2008 07:44:54 +0000 Subject: Remove blank for function typedef, it will break generating doxygen document. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5591 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Protocol/AcpiSupport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'IntelFrameworkPkg/Include/Protocol/AcpiSupport.h') diff --git a/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h b/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h index c22f637..468dac2 100644 --- a/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h +++ b/IntelFrameworkPkg/Include/Protocol/AcpiSupport.h @@ -82,7 +82,7 @@ typedef struct _EFI_ACPI_SUPPORT_PROTOCOL EFI_ACPI_SUPPORT_PROTOCOL; **/ typedef EFI_STATUS -(EFIAPI *EFI_ACPI_GET_ACPI_TABLE) ( +(EFIAPI *EFI_ACPI_GET_ACPI_TABLE)( IN EFI_ACPI_SUPPORT_PROTOCOL *This, IN INTN Index, OUT VOID **Table, @@ -107,7 +107,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_ACPI_SET_ACPI_TABLE) ( +(EFIAPI *EFI_ACPI_SET_ACPI_TABLE)( IN EFI_ACPI_SUPPORT_PROTOCOL *This, IN VOID *Table OPTIONAL, IN BOOLEAN Checksum, @@ -128,7 +128,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_ACPI_PUBLISH_TABLES) ( +(EFIAPI *EFI_ACPI_PUBLISH_TABLES)( IN EFI_ACPI_SUPPORT_PROTOCOL *This, IN EFI_ACPI_TABLE_VERSION Version ); -- cgit v1.1