]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/SecPlatformInformation2.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Ppi / SecPlatformInformation2.h
index 584919ac5c8fe7d95f7da879d4cf6c66e27cad21..4326d40c1bc3e9ceeb9fe0dedf15d9d0478dd1bb 100644 (file)
@@ -28,8 +28,8 @@ typedef struct _EFI_SEC_PLATFORM_INFORMATION2_PPI EFI_SEC_PLATFORM_INFORMATION2_
 /// EFI_SEC_PLATFORM_INFORMATION_CPU.\r
 ///\r
 typedef struct {\r
-  UINT32                               CpuLocation;\r
-  EFI_SEC_PLATFORM_INFORMATION_RECORD  InfoRecord;\r
+  UINT32                                 CpuLocation;\r
+  EFI_SEC_PLATFORM_INFORMATION_RECORD    InfoRecord;\r
 } EFI_SEC_PLATFORM_INFORMATION_CPU;\r
 \r
 ///\r
@@ -39,8 +39,8 @@ typedef struct {
   ///\r
   /// The CPU location would be the local APIC ID\r
   ///\r
-  UINT32                               NumberOfCpus;\r
-  EFI_SEC_PLATFORM_INFORMATION_CPU     CpuInstance[1];\r
+  UINT32                              NumberOfCpus;\r
+  EFI_SEC_PLATFORM_INFORMATION_CPU    CpuInstance[1];\r
 } EFI_SEC_PLATFORM_INFORMATION_RECORD2;\r
 \r
 /**\r
@@ -63,7 +63,7 @@ EFI_STATUS
   IN CONST  EFI_PEI_SERVICES                     **PeiServices,\r
   IN OUT    UINT64                               *StructureSize,\r
   OUT       EFI_SEC_PLATFORM_INFORMATION_RECORD2 *PlatformInformationRecord2\r
-);\r
+  );\r
 \r
 ///\r
 /// This service abstracts platform-specific information for many CPU's.\r
@@ -71,9 +71,9 @@ EFI_STATUS
 /// implementations that synchronize some, if not all CPU's in the SEC phase.\r
 ///\r
 struct _EFI_SEC_PLATFORM_INFORMATION2_PPI {\r
-  EFI_SEC_PLATFORM_INFORMATION2  PlatformInformation2;\r
+  EFI_SEC_PLATFORM_INFORMATION2    PlatformInformation2;\r
 };\r
 \r
-extern EFI_GUID gEfiSecPlatformInformation2PpiGuid;\r
+extern EFI_GUID  gEfiSecPlatformInformation2PpiGuid;\r
 \r
 #endif\r