summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2023-11-13 14:46:01 -0500
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-11-27 20:14:59 +0000
commit972e3b0b9d67ef2847c9c1c89e606e6074a7ddda (patch)
treef81a28a7edd3171c50b67d2e03605956017d72f3 /EmulatorPkg
parentec9cb4452e5273d8e08fcc8210505893b10a65ec (diff)
downloadedk2-972e3b0b9d67ef2847c9c1c89e606e6074a7ddda.tar.gz
edk2-972e3b0b9d67ef2847c9c1c89e606e6074a7ddda.tar.bz2
edk2-972e3b0b9d67ef2847c9c1c89e606e6074a7ddda.zip
EmulatorPkg: Format with Uncrustify 73.0.8
Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'EmulatorPkg')
-rw-r--r--EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c b/EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c
index bf2f0ac980..2234d29def 100644
--- a/EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c
+++ b/EmulatorPkg/FvbServicesRuntimeDxe/FvbInfo.c
@@ -112,9 +112,9 @@ EFI_FVB_MEDIA_INFO mPlatformFvbMediaInfo[] = {
{
{
(FixedPcdGet32 (PcdFlashNvStorageVariableSize) + \
- FixedPcdGet32 (PcdFlashNvStorageFtwWorkingSize) + \
- FixedPcdGet32 (PcdFlashNvStorageFtwSpareSize) + \
- FixedPcdGet32 (PcdEmuFlashNvStorageEventLogSize)) / FixedPcdGet32 (PcdEmuFirmwareBlockSize),
+ FixedPcdGet32 (PcdFlashNvStorageFtwWorkingSize) + \
+ FixedPcdGet32 (PcdFlashNvStorageFtwSpareSize) + \
+ FixedPcdGet32 (PcdEmuFlashNvStorageEventLogSize)) / FixedPcdGet32 (PcdEmuFirmwareBlockSize),
FixedPcdGet32 (PcdEmuFirmwareBlockSize),
}
}