]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type32/MiscBootInformationFunction.c
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Universal / Smbios / SmbiosMiscDxe / Type32 / MiscBootInformationFunction.c
index c4ce6a5e76084c37f99589ae3fbf47b3725d7c94..fdf6262aa7f5944b0160b8b2abd2a814de1f5c49 100644 (file)
   @retval EFI_OUT_OF_RESOURCES       Failed to allocate required memory.\r
 \r
 **/\r
-SMBIOS_MISC_TABLE_FUNCTION(MiscBootInformation)\r
-{\r
-  EFI_STATUS                         Status;\r
-  SMBIOS_TABLE_TYPE32                *SmbiosRecord;\r
-  SMBIOS_TABLE_TYPE32                *InputData;\r
+SMBIOS_MISC_TABLE_FUNCTION (MiscBootInformation) {\r
+  EFI_STATUS           Status;\r
+  SMBIOS_TABLE_TYPE32  *SmbiosRecord;\r
+  SMBIOS_TABLE_TYPE32  *InputData;\r
 \r
   //\r
   // First check for invalid parameters.\r
@@ -65,10 +64,15 @@ SMBIOS_MISC_TABLE_FUNCTION(MiscBootInformation)
   //\r
   // Now we have got the full smbios record, call smbios protocol to add this record.\r
   //\r
-  Status = SmbiosMiscAddRecord ((UINT8*)SmbiosRecord, NULL);\r
+  Status = SmbiosMiscAddRecord ((UINT8 *)SmbiosRecord, NULL);\r
   if (EFI_ERROR (Status)) {\r
-    DEBUG ((DEBUG_ERROR, "[%a]:[%dL] Smbios Type32 Table Log Failed! %r \n",\r
-            __FUNCTION__, DEBUG_LINE_NUMBER, Status));\r
+    DEBUG ((\r
+      DEBUG_ERROR,\r
+      "[%a]:[%dL] Smbios Type32 Table Log Failed! %r \n",\r
+      __FUNCTION__,\r
+      DEBUG_LINE_NUMBER,\r
+      Status\r
+      ));\r
   }\r
 \r
   FreePool (SmbiosRecord);\r