]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/GuidedSectionExtraction.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / GuidedSectionExtraction.h
index 5f55b0bccb23c37c1ab62bc719613453d73584a9..d20fed3cf4a8efb7862fa5f492077a404b597afe 100644 (file)
@@ -28,7 +28,6 @@
 \r
 typedef struct _EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL;\r
 \r
-\r
 /**\r
   The ExtractSection() function processes the input section and\r
   allocates a buffer from the pool in which it returns the section\r
@@ -117,8 +116,7 @@ EFI_STATUS
   OUT       VOID                                    **OutputBuffer,\r
   OUT       UINTN                                   *OutputSize,\r
   OUT       UINT32                                  *AuthenticationStatus\r
-);\r
-\r
+  );\r
 \r
 ///\r
 /// Typically, protocol interface structures are identified by associating them with a GUID. Each\r
@@ -128,8 +126,7 @@ EFI_STATUS
 /// Extraction Protocol is used to correlate it with the GUIDed section type that it is intended to process.\r
 ///\r
 struct _EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL {\r
-  EFI_EXTRACT_GUIDED_SECTION  ExtractSection;\r
+  EFI_EXTRACT_GUIDED_SECTION    ExtractSection;\r
 };\r
 \r
-\r
 #endif\r