MdeModulePkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdeModulePkg 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: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
7c7184e201
commit
1436aea4d5
@@ -21,7 +21,7 @@ typedef struct _PEI_SEC_PERFORMANCE_PPI PEI_SEC_PERFORMANCE_PPI;
|
||||
/// Performance data collected in SEC phase.
|
||||
///
|
||||
typedef struct {
|
||||
UINT64 ResetEnd; ///< Timer value logged at the beginning of firmware image execution, in unit of nanosecond.
|
||||
UINT64 ResetEnd; ///< Timer value logged at the beginning of firmware image execution, in unit of nanosecond.
|
||||
} FIRMWARE_SEC_PERFORMANCE;
|
||||
|
||||
/**
|
||||
@@ -42,7 +42,7 @@ typedef struct {
|
||||
**/
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *GET_SEC_PERFORMANCE) (
|
||||
(EFIAPI *GET_SEC_PERFORMANCE)(
|
||||
IN CONST EFI_PEI_SERVICES **PeiServices,
|
||||
IN PEI_SEC_PERFORMANCE_PPI *This,
|
||||
OUT FIRMWARE_SEC_PERFORMANCE *Performance
|
||||
@@ -52,9 +52,9 @@ EFI_STATUS
|
||||
/// This PPI provides function to get performance data collected in SEC phase.
|
||||
///
|
||||
struct _PEI_SEC_PERFORMANCE_PPI {
|
||||
GET_SEC_PERFORMANCE GetPerformance;
|
||||
GET_SEC_PERFORMANCE GetPerformance;
|
||||
};
|
||||
|
||||
extern EFI_GUID gPeiSecPerformancePpiGuid;
|
||||
extern EFI_GUID gPeiSecPerformancePpiGuid;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user