On Wed, 16 Oct 2024 at 13:17, Heinrich Schuchardt
wrote:
>
> We prefer `if` over `#ifdef` in our code.
>
> Eliminate #ifdef statements in efi_setup.c.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> lib/efi_loader/efi_setup.c | 25 ++---
> 1 file changed, 10 insertions(+), 15
We prefer `if` over `#ifdef` in our code.
Eliminate #ifdef statements in efi_setup.c.
Signed-off-by: Heinrich Schuchardt
---
lib/efi_loader/efi_setup.c | 25 ++---
1 file changed, 10 insertions(+), 15 deletions(-)
diff --git a/lib/efi_loader/efi_setup.c b/lib/efi_loader/efi
2 matches
Mail list logo