mirror of https://github.com/acidanthera/audk.git
correct the minor format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8244 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1a82ed3d0a
commit
6672d625fe
|
@ -3229,8 +3229,7 @@ HiiExportPackageLists (
|
||||||
(EFI_HII_PACKAGE_LIST_HEADER *)((UINT8 *) Buffer + UsedSize)
|
(EFI_HII_PACKAGE_LIST_HEADER *)((UINT8 *) Buffer + UsedSize)
|
||||||
);
|
);
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_EFI_ERROR (Status);
|
||||||
}
|
} else if (Handle != NULL && Node->Handle == Handle) {
|
||||||
else if (Handle != NULL && Node->Handle == Handle) {
|
|
||||||
Status = ExportPackageList (
|
Status = ExportPackageList (
|
||||||
Private,
|
Private,
|
||||||
Handle,
|
Handle,
|
||||||
|
|
Loading…
Reference in New Issue