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
@ -18,9 +18,9 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
// HashAlgoId is TPM_ALG_ID in Tpm20.h
|
||||
//
|
||||
typedef struct _HASH_INFO {
|
||||
UINT16 HashAlgoId;
|
||||
UINT16 HashSize;
|
||||
//UINT8 Hash[];
|
||||
UINT16 HashAlgoId;
|
||||
UINT16 HashSize;
|
||||
// UINT8 Hash[];
|
||||
} HASH_INFO;
|
||||
|
||||
//
|
||||
@ -32,13 +32,12 @@ typedef struct _HASH_INFO {
|
||||
// else, drops PPI data and calculate all hash again
|
||||
//
|
||||
typedef struct {
|
||||
UINT32 FvBase;
|
||||
UINT32 FvLength;
|
||||
UINT32 Count;
|
||||
//HASH_INFO HashInfo[];
|
||||
UINT32 FvBase;
|
||||
UINT32 FvLength;
|
||||
UINT32 Count;
|
||||
// HASH_INFO HashInfo[];
|
||||
} EDKII_PEI_FIRMWARE_VOLUME_INFO_PREHASHED_FV_PPI;
|
||||
|
||||
extern EFI_GUID gEdkiiPeiFirmwareVolumeInfoPrehashedFvPpiGuid;
|
||||
extern EFI_GUID gEdkiiPeiFirmwareVolumeInfoPrehashedFvPpiGuid;
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user