summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/DiskIo.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/DiskIo.h')
-rw-r--r--MdePkg/Include/Protocol/DiskIo.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/DiskIo.h b/MdePkg/Include/Protocol/DiskIo.h
index a9f1b96032..fbf4384874 100644
--- a/MdePkg/Include/Protocol/DiskIo.h
+++ b/MdePkg/Include/Protocol/DiskIo.h
@@ -61,8 +61,7 @@ EFI_STATUS
IN UINT64 Offset,
IN UINTN BufferSize,
OUT VOID *Buffer
- )
-;
+ );
/**
Read BufferSize bytes from Offset into Buffer.
@@ -90,8 +89,7 @@ EFI_STATUS
IN UINT64 Offset,
IN UINTN BufferSize,
IN VOID *Buffer
- )
-;
+ );
#define EFI_DISK_IO_PROTOCOL_REVISION 0x00010000