summaryrefslogtreecommitdiffstats
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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/Decompress.h b/MdePkg/Include/Protocol/Decompress.h
index 9e6726ef93..964c8f60df 100644
--- a/MdePkg/Include/Protocol/Decompress.h
+++ b/MdePkg/Include/Protocol/Decompress.h
@@ -14,7 +14,7 @@
0xd8117cfe, 0x94a6, 0x11d4, {0x9a, 0x3a, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
}
-typedef struct _EFI_DECOMPRESS_PROTOCOL EFI_DECOMPRESS_PROTOCOL;
+typedef struct _EFI_DECOMPRESS_PROTOCOL EFI_DECOMPRESS_PROTOCOL;
/**
The GetInfo() function retrieves the size of the uncompressed buffer
@@ -107,10 +107,10 @@ EFI_STATUS
/// Provides a decompression service.
///
struct _EFI_DECOMPRESS_PROTOCOL {
- EFI_DECOMPRESS_GET_INFO GetInfo;
- EFI_DECOMPRESS_DECOMPRESS Decompress;
+ EFI_DECOMPRESS_GET_INFO GetInfo;
+ EFI_DECOMPRESS_DECOMPRESS Decompress;
};
-extern EFI_GUID gEfiDecompressProtocolGuid;
+extern EFI_GUID gEfiDecompressProtocolGuid;
#endif