]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / HwErrRecSupport.c
index 6e7411977b967e7a1668442d6d0d2796d59c53f5..26b99baa0104f91310a7ae4ed9d8869594b9f8e9 100644 (file)
@@ -20,8 +20,8 @@ InitializeHwErrRecSupport (
   VOID\r
   )\r
 {\r
-  EFI_STATUS    Status;\r
-  UINT16        HardwareErrorRecordLevel;\r
+  EFI_STATUS  Status;\r
+  UINT16      HardwareErrorRecordLevel;\r
 \r
   HardwareErrorRecordLevel = PcdGet16 (PcdHardwareErrorRecordLevel);\r
 \r
@@ -37,6 +37,6 @@ InitializeHwErrRecSupport (
                     sizeof (UINT16),\r
                     &HardwareErrorRecordLevel\r
                     );\r
-    ASSERT_EFI_ERROR(Status);\r
+    ASSERT_EFI_ERROR (Status);\r
   }\r
 }\r