Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan O'Meara <Nathan.OMeara@tanium.com>
  • Loading branch information
nathan-omeara committed Jun 20, 2024
1 parent c6827cc commit 956a394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ EFI_STATUS init_grub(EFI_HANDLE image_handle)
// default loader if we get a TFTP error or HTTP error.
if (!use_fb && (efi_status == EFI_INVALID_PARAMETER ||
efi_status == EFI_NOT_FOUND ||
// TODO: Add EFI_HTTP_ERROR when gnu-efi is updated to a version that includes it
// TODO: Add EFI_HTTP_ERROR when gnu-efi is updated to a version that includes it
// efi_status == EFI_HTTP_ERROR ||
efi_status == EFI_TFTP_ERROR)) {
console_print(
Expand Down

0 comments on commit 956a394

Please sign in to comment.