mirror of https://github.com/acidanthera/audk.git
Remove extra black in function declaration prototype.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9145 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a3ebc85ede
commit
90f6a2c69c
|
@ -67,7 +67,7 @@ EFI_STATUS
|
|||
**/
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_SMM_RSC_HANDLER_UNREGISTER) (
|
||||
(EFIAPI *EFI_SMM_RSC_HANDLER_UNREGISTER)(
|
||||
IN EFI_SMM_RSC_HANDLER_CALLBACK Callback
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue