summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe/Hotkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/Hotkey.h')
-rw-r--r--MdeModulePkg/Universal/BdsDxe/Hotkey.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/Hotkey.h b/MdeModulePkg/Universal/BdsDxe/Hotkey.h
index 3bc21509fc..944e5fb9a1 100644
--- a/MdeModulePkg/Universal/BdsDxe/Hotkey.h
+++ b/MdeModulePkg/Universal/BdsDxe/Hotkey.h
@@ -53,8 +53,7 @@ EFI_STATUS
RegisterHotkey (
IN EFI_KEY_OPTION *KeyOption,
OUT UINT16 *KeyOptionNumber
- )
-;
+ );
/**
@@ -70,8 +69,7 @@ RegisterHotkey (
EFI_STATUS
UnregisterHotkey (
IN UINT16 KeyOptionNumber
- )
-;
+ );
/**
@@ -87,7 +85,6 @@ UnregisterHotkey (
EFI_STATUS
InitializeHotkeyService (
VOID
- )
-;
+ );
#endif