1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

uefi: drop ill-placed empty line

Let's not place empty lines between function calls and their immediate
error handling.
This commit is contained in:
Lennart Poettering 2024-06-24 12:52:38 +02:00
parent 952b26c75d
commit 95340b33a4

View File

@ -240,7 +240,6 @@ EFI_STATUS tpm_log_ipl_event(uint32_t pcrindex, EFI_PHYSICAL_ADDRESS buffer, siz
return err;
err = tcg2_log_ipl_event(pcrindex, buffer, buffer_size, description, &tpm_ret_measured);
if (err == EFI_SUCCESS && ret_measured)
*ret_measured = tpm_ret_measured || cc_ret_measured;