]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/ResetSystemLib/DxeResetSystemLibMicrovm.c
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Library / ResetSystemLib / DxeResetSystemLibMicrovm.c
index 0de8b39f54086a2c59d1ae51f51550d7c197ed21..a31fd0e7bbbed4faa32ee84cac00041282f36afc 100644 (file)
@@ -37,8 +37,11 @@ DxeResetSystemLibMicrovmConstructor (
     return RETURN_UNSUPPORTED;\r
   }\r
 \r
-  Status = gDS->SetMemorySpaceAttributes (Address, SIZE_4KB,\r
-                                          Descriptor.Attributes | EFI_MEMORY_RUNTIME);\r
+  Status = gDS->SetMemorySpaceAttributes (\r
+                  Address,\r
+                  SIZE_4KB,\r
+                  Descriptor.Attributes | EFI_MEMORY_RUNTIME\r
+                  );\r
   if (EFI_ERROR (Status)) {\r
     DEBUG ((DEBUG_INFO, "%a: SetMemorySpaceAttributes failed\n", __FUNCTION__));\r
     return RETURN_UNSUPPORTED;\r