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
@@ -16,7 +16,6 @@
|
||||
#include <Ppi/ReadOnlyVariable2.h>
|
||||
#include <Guid/DebugMask.h>
|
||||
|
||||
|
||||
/**
|
||||
The constructor reads variable and sets HOB
|
||||
|
||||
@@ -29,15 +28,15 @@
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PeiDebugPrintHobLibConstructor (
|
||||
IN EFI_PEI_FILE_HANDLE FileHandle,
|
||||
IN CONST EFI_PEI_SERVICES **PeiServices
|
||||
IN EFI_PEI_FILE_HANDLE FileHandle,
|
||||
IN CONST EFI_PEI_SERVICES **PeiServices
|
||||
)
|
||||
{
|
||||
EFI_STATUS Status;
|
||||
EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
|
||||
UINTN Size;
|
||||
UINT64 GlobalErrorLevel;
|
||||
UINT32 HobErrorLevel;
|
||||
EFI_STATUS Status;
|
||||
EFI_PEI_READ_ONLY_VARIABLE2_PPI *Variable;
|
||||
UINTN Size;
|
||||
UINT64 GlobalErrorLevel;
|
||||
UINT32 HobErrorLevel;
|
||||
|
||||
Status = PeiServicesLocatePpi (
|
||||
&gEfiPeiReadOnlyVariable2PpiGuid,
|
||||
@@ -46,7 +45,7 @@ PeiDebugPrintHobLibConstructor (
|
||||
(VOID **)&Variable
|
||||
);
|
||||
if (!EFI_ERROR (Status)) {
|
||||
Size = sizeof (GlobalErrorLevel);
|
||||
Size = sizeof (GlobalErrorLevel);
|
||||
Status = Variable->GetVariable (
|
||||
Variable,
|
||||
DEBUG_MASK_VARIABLE_NAME,
|
||||
|
Reference in New Issue
Block a user