mirror of https://github.com/acidanthera/audk.git
Remove blank for function typedef, it break generating doxygen document
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5595 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9e3ae2db3a
commit
eabbb93bfe
|
@ -31,7 +31,7 @@
|
|||
//
|
||||
typedef
|
||||
VOID
|
||||
(EFIAPI *EFI_AP_PROCEDURE) (
|
||||
(EFIAPI *EFI_AP_PROCEDURE)(
|
||||
IN VOID *Buffer
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue