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
@@ -37,7 +37,7 @@ typedef
|
||||
BOOLEAN
|
||||
(EFIAPI *PEI_LOCK_PHYSICAL_PRESENCE)(
|
||||
IN CONST EFI_PEI_SERVICES **PeiServices
|
||||
);
|
||||
);
|
||||
|
||||
///
|
||||
/// This service abstracts TPM physical presence lock interface. It is necessary for
|
||||
@@ -46,9 +46,9 @@ BOOLEAN
|
||||
/// PEIM and consumed by the TPM PEIM.
|
||||
///
|
||||
struct _PEI_LOCK_PHYSICAL_PRESENCE_PPI {
|
||||
PEI_LOCK_PHYSICAL_PRESENCE LockPhysicalPresence;
|
||||
PEI_LOCK_PHYSICAL_PRESENCE LockPhysicalPresence;
|
||||
};
|
||||
|
||||
extern EFI_GUID gPeiLockPhysicalPresencePpiGuid;
|
||||
|
||||
#endif // __PEI_LOCK_PHYSICAL_PRESENCE_H__
|
||||
#endif // __PEI_LOCK_PHYSICAL_PRESENCE_H__
|
||||
|
Reference in New Issue
Block a user