OvmfPkg: strip trailing whitespace
Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Anthony Perard <anthony.perard@citrix.com> Cc: Julien Grall <julien.grall@arm.com> Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
@@ -48,7 +48,7 @@ LockBoxLibInitialize (
|
||||
StartOfEntries = ((LOCK_BOX_ENTRY *) (mLockBoxGlobal + 1));
|
||||
NumEntries = ((PcdGet32 (PcdOvmfLockBoxStorageSize) - sizeof (LOCK_BOX_GLOBAL)) /
|
||||
sizeof (LOCK_BOX_ENTRY));
|
||||
EndOfEntries = StartOfEntries + NumEntries;
|
||||
EndOfEntries = StartOfEntries + NumEntries;
|
||||
if (mLockBoxGlobal->Signature != LOCK_BOX_GLOBAL_SIGNATURE) {
|
||||
//
|
||||
// Note: This code depends on the lock box being cleared in early
|
||||
|
Reference in New Issue
Block a user