Remove the blank in function typedef, it will break doxygen document generation.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5590 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-07-31 07:09:47 +00:00
parent 6a28ac4441
commit 7d839888ff
18 changed files with 283 additions and 283 deletions

View File

@ -42,7 +42,7 @@ typedef struct _EFI_FVB_EXTENSION_PROTOCOL EFI_FVB_EXTENSION_PROTOCOL;
**/
typedef
EFI_STATUS
(EFIAPI * EFI_FV_ERASE_CUSTOM_BLOCK) (
(EFIAPI * EFI_FV_ERASE_CUSTOM_BLOCK)(
IN EFI_FVB_EXTENSION_PROTOCOL *This,
IN EFI_LBA StartLba,
IN UINTN OffsetStartLba,