From: Jan Kiszka <[email protected]> We already clear the screen, so we need no extra space to a previous line.
Signed-off-by: Jan Kiszka <[email protected]> --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index ccf77b4..897913b 100644 --- a/main.c +++ b/main.c @@ -122,7 +122,7 @@ EFI_STATUS efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table) InitializeLib(this_image, system_table); (VOID) ST->ConOut->ClearScreen(ST->ConOut); - PrintC(EFI_CYAN, L"\nEFI Boot Guard %s\n", L"" EFIBOOTGUARD_VERSION); + PrintC(EFI_CYAN, L"EFI Boot Guard %s\n", L"" EFIBOOTGUARD_VERSION); status = BS->OpenProtocol(this_image, &LoadedImageProtocol, (VOID **)&loaded_image, this_image, NULL, -- 2.34.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/acd78636-e249-163a-3bff-5c2363522069%40siemens.com.
