diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-05 00:29:33 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-11-06 23:26:28 +0100 |
| commit | 35e510f2af576de9abd17660da759d25a9c45e0a (patch) | |
| tree | dc1679006a85b6cae5cda7f0012f882595d4f131 /lib | |
| parent | 1a30ddeda9a5120dca0a9b9c9673d24b375cdc34 (diff) | |
efi_driver: correct formatting in efi_uc_stop()
Correct indentation.
Reviewed-by: Bin Meng <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_driver/efi_uclass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_driver/efi_uclass.c b/lib/efi_driver/efi_uclass.c index 7392c60f0f9..bd46c9f5539 100644 --- a/lib/efi_driver/efi_uclass.c +++ b/lib/efi_driver/efi_uclass.c @@ -227,7 +227,7 @@ static efi_status_t EFIAPI efi_uc_stop( goto out; } ret = EFI_SUCCESS; - goto out; + goto out; } /* Destroy all children */ |
