mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove an unnecessary space in a printf call.
This commit is contained in:
parent
11d48637a1
commit
c293bc993b
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue