summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/SimpleTextIn.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/SimpleTextIn.h')
-rw-r--r--MdePkg/Include/Protocol/SimpleTextIn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/SimpleTextIn.h b/MdePkg/Include/Protocol/SimpleTextIn.h
index ad23b5a..5298b23 100644
--- a/MdePkg/Include/Protocol/SimpleTextIn.h
+++ b/MdePkg/Include/Protocol/SimpleTextIn.h
@@ -93,7 +93,7 @@ typedef struct {
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_INPUT_RESET) (
+(EFIAPI *EFI_INPUT_RESET)(
IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This,
IN BOOLEAN ExtendedVerification
)
@@ -114,7 +114,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_INPUT_READ_KEY) (
+(EFIAPI *EFI_INPUT_READ_KEY)(
IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This,
OUT EFI_INPUT_KEY *Key
)