]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/VmgExitLib/PeiDxeVmgExitVcHandler.c
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Library / VmgExitLib / PeiDxeVmgExitVcHandler.c
index fb4942df37ca95f4e72530d22267535b647eed0b..e3d071583750756acb5ae559d843e054c564b1fd 100644 (file)
@@ -54,10 +54,10 @@ VmgExitHandleVc (
   ASSERT (Msr.GhcbInfo.Function == 0);\r
   ASSERT (Msr.Ghcb != 0);\r
 \r
-  Ghcb = Msr.Ghcb;\r
+  Ghcb       = Msr.Ghcb;\r
   GhcbBackup = NULL;\r
 \r
-  SevEsData = (SEV_ES_PER_CPU_DATA *) (Ghcb + 1);\r
+  SevEsData = (SEV_ES_PER_CPU_DATA *)(Ghcb + 1);\r
   SevEsData->VcCount++;\r
 \r
   //\r
@@ -78,7 +78,7 @@ VmgExitHandleVc (
     //   To access the correct backup page, increment the backup page pointer\r
     //   based on the current VcCount.\r
     //\r
-    GhcbBackup = (GHCB *) SevEsData->GhcbBackupPages;\r
+    GhcbBackup  = (GHCB *)SevEsData->GhcbBackupPages;\r
     GhcbBackup += (SevEsData->VcCount - 2);\r
 \r
     CopyMem (GhcbBackup, Ghcb, sizeof (*Ghcb));\r