Remove an unnecessary space in a printf call.

This commit is contained in:
Rui Paulo 2015-04-04 04:29:31 +00:00
parent 11d48637a1
commit c293bc993b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281060

View File

@ -146,7 +146,8 @@ EFI_STATUS efi_main(EFI_HANDLE Ximage, EFI_SYSTEM_TABLE* Xsystab)
conout->EnableCursor(conout, TRUE);
conout->ClearScreen(conout);
printf(" \n>> FreeBSD EFI boot block\n");
printf("\n"
">> FreeBSD EFI boot block\n");
printf(" Loader path: %s\n", path);
status = systab->BootServices->LocateHandle(ByProtocol,