summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/EapManagement2.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/EapManagement2.h')
-rw-r--r--MdePkg/Include/Protocol/EapManagement2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/EapManagement2.h b/MdePkg/Include/Protocol/EapManagement2.h
index f8a89b0cce..ab42b04e1a 100644
--- a/MdePkg/Include/Protocol/EapManagement2.h
+++ b/MdePkg/Include/Protocol/EapManagement2.h
@@ -49,7 +49,7 @@ typedef struct _EFI_EAP_MANAGEMENT2_PROTOCOL EFI_EAP_MANAGEMENT2_PROTOCOL;
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_EAP_GET_KEY) (
+(EFIAPI *EFI_EAP_GET_KEY)(
IN EFI_EAP_MANAGEMENT2_PROTOCOL *This,
IN OUT UINT8 *Msk,
IN OUT UINTN *MskSize,
@@ -76,6 +76,6 @@ struct _EFI_EAP_MANAGEMENT2_PROTOCOL {
EFI_EAP_GET_KEY GetKey;
};
-extern EFI_GUID gEfiEapManagement2ProtocolGuid;
+extern EFI_GUID gEfiEapManagement2ProtocolGuid;
#endif