Remove stale comments and whitespace
All checks were successful
Builds / ExectOS (amd64, release) (push) Successful in 27s
Builds / ExectOS (amd64, debug) (push) Successful in 30s
Builds / ExectOS (i686, debug) (push) Successful in 30s
Builds / ExectOS (i686, release) (push) Successful in 29s

This commit is contained in:
2025-09-17 16:10:36 +02:00
parent 86fd2b4eea
commit 57fbbf820c
2 changed files with 3 additions and 3 deletions

View File

@@ -392,7 +392,7 @@ BlDisplayEditMenu(IN PXTBL_BOOTMENU_ITEM MenuEntry)
XTBL_DIALOG_HANDLE Handle;
BOOLEAN RedrawEditMenu, RedrawEntries;
EFI_INPUT_KEY Key;
UINT_PTR EventIndex;
UINT_PTR EventIndex;
PWCHAR NewValue, OriginalValue, Value, ValueToEdit;
PCWSTR OptionName, *EditableOptions;
EFI_STATUS Status;