mirror of https://github.com/acidanthera/audk.git
Fix minor coding style issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7434 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1360f68ea2
commit
c7b5f50ffa
|
@ -26,7 +26,7 @@ Revision History
|
|||
EFI_STATUS
|
||||
EFIAPI
|
||||
GetDriver(
|
||||
IN struct _EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL *This,
|
||||
IN EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL *This,
|
||||
IN OUT EFI_HANDLE *DriverImageHandle
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue