summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Decompress.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/Decompress.h')
-rw-r--r--MdePkg/Include/Protocol/Decompress.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/Decompress.h b/MdePkg/Include/Protocol/Decompress.h
index cdd2e13..83d59a3 100644
--- a/MdePkg/Include/Protocol/Decompress.h
+++ b/MdePkg/Include/Protocol/Decompress.h
@@ -57,7 +57,7 @@ typedef struct _EFI_DECOMPRESS_PROTOCOL EFI_DECOMPRESS_PROTOCOL;
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_DECOMPRESS_GET_INFO) (
+(EFIAPI *EFI_DECOMPRESS_GET_INFO)(
IN EFI_DECOMPRESS_PROTOCOL *This,
IN VOID *Source,
IN UINT32 SourceSize,
@@ -99,7 +99,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_DECOMPRESS_DECOMPRESS) (
+(EFIAPI *EFI_DECOMPRESS_DECOMPRESS)(
IN EFI_DECOMPRESS_PROTOCOL *This,
IN VOID *Source,
IN UINT32 SourceSize,