diff options
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c')
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c b/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c index 6e7411977b..26b99baa01 100644 --- a/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c +++ b/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c @@ -20,8 +20,8 @@ InitializeHwErrRecSupport ( VOID
)
{
- EFI_STATUS Status;
- UINT16 HardwareErrorRecordLevel;
+ EFI_STATUS Status;
+ UINT16 HardwareErrorRecordLevel;
HardwareErrorRecordLevel = PcdGet16 (PcdHardwareErrorRecordLevel);
@@ -37,6 +37,6 @@ InitializeHwErrRecSupport ( sizeof (UINT16),
&HardwareErrorRecordLevel
);
- ASSERT_EFI_ERROR(Status);
+ ASSERT_EFI_ERROR (Status);
}
}
|