mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-19 08:21:27 +01:00
efi_driver: correct formatting in efi_uc_stop()
Correct indentation. Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
1a30ddeda9
commit
35e510f2af
@ -227,7 +227,7 @@ static efi_status_t EFIAPI efi_uc_stop(
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
ret = EFI_SUCCESS;
|
ret = EFI_SUCCESS;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Destroy all children */
|
/* Destroy all children */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user