Skip to content

Commit

Permalink
Ran uncrustify on ppi.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlautner committed Jul 13, 2023
1 parent 9551275 commit a885266
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MdeModulePkg/Core/Pei/Ppi/Ppi.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,8 @@ ConvertPpiPointersFv (
Guid = PrivateData->PpiData.PpiList.PpiPtrs[Index].Ppi->Guid;
for (GuidIndex = 0; GuidIndex < ARRAY_SIZE (GuidCheckList); ++GuidIndex) {
// MU_CHANGE [BEGIN] - CodeQL change
if (CompareMem (Guid, GuidCheckList[GuidIndex], 16) == 0)
// MU_CHANGE [END] - CodeQL change
{
if (CompareMem (Guid, GuidCheckList[GuidIndex], 16) == 0) {
// MU_CHANGE [END] - CodeQL change
FvInfoPpi = PrivateData->PpiData.PpiList.PpiPtrs[Index].Ppi->Ppi;
DEBUG ((DEBUG_VERBOSE, " FvInfo: %p -> ", FvInfoPpi->FvInfo));
if ((UINTN)FvInfoPpi->FvInfo == OrgFvHandle) {
Expand Down

0 comments on commit a885266

Please sign in to comment.