]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/GuidedSectionExtraction.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Ppi / GuidedSectionExtraction.h
index ce12a71dc6308ea159b7a9f787d013f5f990eb7b..207319ec52379296905cf7f970c973cbd4e18f52 100644 (file)
@@ -28,9 +28,7 @@
 // that it is intended to process.\r
 //\r
 \r
-\r
-typedef struct _EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI   EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI;\r
-\r
+typedef struct _EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI;\r
 \r
 /**\r
   Processes the input section and returns the data contained therein\r
@@ -79,7 +77,7 @@ EFI_STATUS
   OUT VOID                                         **OutputBuffer,\r
   OUT UINTN                                        *OutputSize,\r
   OUT UINT32                                       *AuthenticationStatus\r
-);\r
+  );\r
 \r
 ///\r
 /// If a GUID-defined section is encountered when doing section extraction,\r
@@ -89,10 +87,7 @@ EFI_STATUS
 /// therein.\r
 ///\r
 struct _EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI {\r
-  EFI_PEI_EXTRACT_GUIDED_SECTION ExtractSection;\r
+  EFI_PEI_EXTRACT_GUIDED_SECTION    ExtractSection;\r
 };\r
 \r
-\r
-\r
 #endif\r
-\r