summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/UgaDraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/UgaDraw.h')
-rw-r--r--MdePkg/Include/Protocol/UgaDraw.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/UgaDraw.h b/MdePkg/Include/Protocol/UgaDraw.h
index 8b12ca34b0..62e77ba815 100644
--- a/MdePkg/Include/Protocol/UgaDraw.h
+++ b/MdePkg/Include/Protocol/UgaDraw.h
@@ -49,8 +49,7 @@ EFI_STATUS
OUT UINT32 *VerticalResolution,
OUT UINT32 *ColorDepth,
OUT UINT32 *RefreshRate
- )
-;
+ );
/**
Set the current video mode information.
@@ -73,8 +72,7 @@ EFI_STATUS
IN UINT32 VerticalResolution,
IN UINT32 ColorDepth,
IN UINT32 RefreshRate
- )
-;
+ );
typedef struct {
UINT8 Blue;