]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Decompress.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / Decompress.h
index 9e6726ef93de30d4a83ce91b57ec054bbd59d35d..964c8f60dfd4b02f706696a775f5bb9f5c257835 100644 (file)
@@ -14,7 +14,7 @@
     0xd8117cfe, 0x94a6, 0x11d4, {0x9a, 0x3a, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
   }\r
 \r
-typedef struct _EFI_DECOMPRESS_PROTOCOL  EFI_DECOMPRESS_PROTOCOL;\r
+typedef struct _EFI_DECOMPRESS_PROTOCOL EFI_DECOMPRESS_PROTOCOL;\r
 \r
 /**\r
   The GetInfo() function retrieves the size of the uncompressed buffer\r
@@ -107,10 +107,10 @@ EFI_STATUS
 /// Provides a decompression service.\r
 ///\r
 struct _EFI_DECOMPRESS_PROTOCOL {\r
-  EFI_DECOMPRESS_GET_INFO   GetInfo;\r
-  EFI_DECOMPRESS_DECOMPRESS Decompress;\r
+  EFI_DECOMPRESS_GET_INFO      GetInfo;\r
+  EFI_DECOMPRESS_DECOMPRESS    Decompress;\r
 };\r
 \r
-extern EFI_GUID gEfiDecompressProtocolGuid;\r
+extern EFI_GUID  gEfiDecompressProtocolGuid;\r
 \r
 #endif\r