mirror of https://github.com/acidanthera/audk.git
Minor update to follow coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5321 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e8a99c0881
commit
5f3fdf9832
|
@ -61,7 +61,8 @@ PiLibInstallFvInfoPpi (
|
|||
IN UINT32 FvInfoSize,
|
||||
IN EFI_GUID *ParentFvName, OPTIONAL
|
||||
IN EFI_GUID *ParentFileName OPTIONAL
|
||||
) {
|
||||
)
|
||||
{
|
||||
|
||||
EFI_STATUS Status;
|
||||
EFI_PEI_FIRMWARE_VOLUME_INFO_PPI *FvInfoPpi;
|
||||
|
|
Loading…
Reference in New Issue