]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/TemporaryRamSupport.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Ppi / TemporaryRamSupport.h
index 664788d037e563d38b8726788bd8f498588272de..be3d42a289e7dc76f5912b1480b702de2fbefd5f 100644 (file)
@@ -20,7 +20,6 @@
 #define EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI_GUID  \\r
   { 0xdbe23aa9, 0xa345, 0x4b97, {0x85, 0xb6, 0xb2, 0x26, 0xf1, 0x61, 0x73, 0x89} }\r
 \r
-\r
 /**\r
   This service of the EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI that migrates temporary RAM into\r
   permanent memory.\r
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * TEMPORARY_RAM_MIGRATION)(\r
+(EFIAPI *TEMPORARY_RAM_MIGRATION)(\r
   IN CONST EFI_PEI_SERVICES   **PeiServices,\r
   IN EFI_PHYSICAL_ADDRESS     TemporaryMemoryBase,\r
   IN EFI_PHYSICAL_ADDRESS     PermanentMemoryBase,\r
   IN UINTN                    CopySize\r
-);\r
+  );\r
 \r
 ///\r
 /// This service abstracts the ability to migrate contents of the platform early memory store.\r
@@ -52,9 +51,9 @@ EFI_STATUS
 ///       This PPI was optional.\r
 ///\r
 typedef struct {\r
-  TEMPORARY_RAM_MIGRATION   TemporaryRamMigration;\r
+  TEMPORARY_RAM_MIGRATION    TemporaryRamMigration;\r
 } EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI;\r
 \r
-extern EFI_GUID gEfiTemporaryRamSupportPpiGuid;\r
+extern EFI_GUID  gEfiTemporaryRamSupportPpiGuid;\r
 \r
 #endif\r