From: Sean Rhodes Date: Mon, 4 Jul 2022 19:36:31 +0000 (+0100) Subject: UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot prompt X-Git-Tag: edk2-stable202208~58 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d2191197217f9d16541c2d051235c494fa80bce3 UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot prompt Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: Sean Rhodes --- diff --git a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c index b360e29dfe..9364a5683d 100644 --- a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c +++ b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c @@ -264,7 +264,7 @@ PlatformBootManagerAfterConsole ( Print ( L"\n" L" Esc or Down to enter Boot Manager Menu.\n" - L" ENTER to boot directly.\n" + L" ENTER to boot directly.\n" L"\n" ); } else {