From 99891bd41e533f324b041ae8a47c724b08653843 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 30 Jan 2023 11:00:42 -0700 Subject: [PATCH] SecureBootConfig: Remove blank line Remove the blank between "Delete..." and "Restore...". Signed-off-by: Tim Crawford --- .../SecureBootConfigDxe/SecureBootConfig.vfr | 2 -- 1 file changed, 2 deletions(-) diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr index 57a806bc01..6d3c20ca18 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfig.vfr @@ -55,8 +55,6 @@ formset prompt = STRING_TOKEN(STR_DELETE_KEYS_PROMPT), help = STRING_TOKEN(STR_NULL); - subtitle text = STRING_TOKEN(STR_NULL); - goto FORMID_RESTORE_KEYS, prompt = STRING_TOKEN(STR_RESTORE_KEYS_PROMPT), help = STRING_TOKEN(STR_NULL);