]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/VmgExitLib/SecVmgExitVcHandler.c
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Library / VmgExitLib / SecVmgExitVcHandler.c
index 85853d334b35e26e4a86e4abde3a16629a880e39..fe8680f831d917ca55a80f79abb250686d063d3e 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
@@ -84,7 +84,7 @@ VmgExitHandleVc (
     //   To access the correct backup page, increment the backup page pointer\r
     //   based on the current VcCount.\r
     //\r
-    GhcbBackup = (GHCB *) FixedPcdGet32 (PcdOvmfSecGhcbBackupBase);\r
+    GhcbBackup  = (GHCB *)FixedPcdGet32 (PcdOvmfSecGhcbBackupBase);\r
     GhcbBackup += (SevEsData->VcCount - 2);\r
 \r
     CopyMem (GhcbBackup, Ghcb, sizeof (*Ghcb));\r