From d2191197217f9d16541c2d051235c494fa80bce3 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 4 Jul 2022 20:36:31 +0100 Subject: [PATCH] UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot prompt Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: Sean Rhodes --- .../Library/PlatformBootManagerLib/PlatformBootManager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2