summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/EdidActive.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/EdidActive.h')
-rw-r--r--MdePkg/Include/Protocol/EdidActive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/EdidActive.h b/MdePkg/Include/Protocol/EdidActive.h
index bfc21516f8..5bdb22b7ac 100644
--- a/MdePkg/Include/Protocol/EdidActive.h
+++ b/MdePkg/Include/Protocol/EdidActive.h
@@ -28,7 +28,7 @@ typedef struct {
/// is available from the video output device. Otherwise, it must be a
/// minimum of 128 bytes.
///
- UINT32 SizeOfEdid;
+ UINT32 SizeOfEdid;
///
/// A pointer to a read-only array of bytes that contains the EDID
@@ -41,6 +41,6 @@ typedef struct {
UINT8 *Edid;
} EFI_EDID_ACTIVE_PROTOCOL;
-extern EFI_GUID gEfiEdidActiveProtocolGuid;
+extern EFI_GUID gEfiEdidActiveProtocolGuid;
#endif