SecurityPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the SecurityPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
39de741e2d
commit
c411b485b6
@@ -20,7 +20,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
#include <Ppi/EndOfPeiPhase.h>
|
||||
|
||||
#define MAX_NEW_AUTHORIZATION_SIZE SHA512_DIGEST_SIZE
|
||||
#define MAX_NEW_AUTHORIZATION_SIZE SHA512_DIGEST_SIZE
|
||||
|
||||
/**
|
||||
This function handles PlatformInit task at the end of PEI
|
||||
@@ -41,14 +41,14 @@ PlatformInitEndOfPei (
|
||||
IN VOID *Ppi
|
||||
)
|
||||
{
|
||||
VOID *TcgEventLog;
|
||||
VOID *TcgEventLog;
|
||||
|
||||
//
|
||||
// Try to get TcgEventLog in S3 to see if S3 error is reported.
|
||||
//
|
||||
TcgEventLog = GetFirstGuidHob(&gTcgEventEntryHobGuid);
|
||||
TcgEventLog = GetFirstGuidHob (&gTcgEventEntryHobGuid);
|
||||
if (TcgEventLog == NULL) {
|
||||
TcgEventLog = GetFirstGuidHob(&gTcgEvent2EntryHobGuid);
|
||||
TcgEventLog = GetFirstGuidHob (&gTcgEvent2EntryHobGuid);
|
||||
}
|
||||
|
||||
if (TcgEventLog == NULL) {
|
||||
@@ -89,11 +89,11 @@ Tcg2PlatformPeiEntryPoint (
|
||||
IN CONST EFI_PEI_SERVICES **PeiServices
|
||||
)
|
||||
{
|
||||
EFI_STATUS Status;
|
||||
EFI_BOOT_MODE BootMode;
|
||||
EFI_STATUS Status;
|
||||
EFI_BOOT_MODE BootMode;
|
||||
|
||||
Status = PeiServicesGetBootMode (&BootMode);
|
||||
ASSERT_EFI_ERROR(Status);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
if (BootMode != BOOT_ON_S3_RESUME) {
|
||||
return EFI_SUCCESS;
|
||||
|
Reference in New Issue
Block a user