OvmfPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the OvmfPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Andrew Fish <afish@apple.com>
This commit is contained in:
committed by
mergify[bot]
parent
d1050b9dff
commit
ac0a286f4d
@@ -54,10 +54,10 @@ VmgExitHandleVc (
|
||||
ASSERT (Msr.GhcbInfo.Function == 0);
|
||||
ASSERT (Msr.Ghcb != 0);
|
||||
|
||||
Ghcb = Msr.Ghcb;
|
||||
Ghcb = Msr.Ghcb;
|
||||
GhcbBackup = NULL;
|
||||
|
||||
SevEsData = (SEV_ES_PER_CPU_DATA *) (Ghcb + 1);
|
||||
SevEsData = (SEV_ES_PER_CPU_DATA *)(Ghcb + 1);
|
||||
SevEsData->VcCount++;
|
||||
|
||||
//
|
||||
@@ -78,7 +78,7 @@ VmgExitHandleVc (
|
||||
// To access the correct backup page, increment the backup page pointer
|
||||
// based on the current VcCount.
|
||||
//
|
||||
GhcbBackup = (GHCB *) SevEsData->GhcbBackupPages;
|
||||
GhcbBackup = (GHCB *)SevEsData->GhcbBackupPages;
|
||||
GhcbBackup += (SevEsData->VcCount - 2);
|
||||
|
||||
CopyMem (GhcbBackup, Ghcb, sizeof (*Ghcb));
|
||||
|
Reference in New Issue
Block a user