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
This commit is contained in:
klu2
2008-07-31 07:44:54 +00:00
parent 7d839888ff
commit 69686d5669
45 changed files with 173 additions and 173 deletions

View File

@@ -83,7 +83,7 @@ typedef struct _EFI_PEI_SECTION_EXTRACTION_PPI EFI_PEI_SECTION_EXTRACTION_PPI;
**/
typedef
EFI_STATUS
(EFIAPI *EFI_PEI_GET_SECTION) (
(EFIAPI *EFI_PEI_GET_SECTION)(
IN EFI_PEI_SERVICES **PeiServices,
IN EFI_PEI_SECTION_EXTRACTION_PPI *This,
IN EFI_SECTION_TYPE *SectionType,