]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/MemoryStatusCodeRecord.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Include / Guid / MemoryStatusCodeRecord.h
index 8dafc6945be1ad8db570c2a68e6431e365c2f572..a924c592c9ef3d5c8305154e162369cc5d6eb77f 100644 (file)
@@ -39,15 +39,15 @@ typedef struct {
   ///\r
   /// Index of the packet.\r
   ///\r
-  UINT16  PacketIndex;\r
+  UINT16    PacketIndex;\r
   ///\r
   /// The number of active records in the packet.\r
   ///\r
-  UINT16  RecordIndex;\r
+  UINT16    RecordIndex;\r
   ///\r
   /// The maximum number of records that the packet can store.\r
   ///\r
-  UINT32  MaxRecordsNumber;\r
+  UINT32    MaxRecordsNumber;\r
 } MEMORY_STATUSCODE_PACKET_HEADER;\r
 \r
 ///\r
@@ -58,15 +58,15 @@ typedef struct {
   ///\r
   /// The index pointing to the last recored being stored.\r
   ///\r
-  UINT32   RecordIndex;\r
+  UINT32    RecordIndex;\r
   ///\r
   /// The number of records being stored.\r
   ///\r
-  UINT32   NumberOfRecords;\r
+  UINT32    NumberOfRecords;\r
   ///\r
   /// The maximum number of records that can be stored.\r
   ///\r
-  UINT32   MaxRecordsNumber;\r
+  UINT32    MaxRecordsNumber;\r
 } RUNTIME_MEMORY_STATUSCODE_HEADER;\r
 \r
 ///\r
@@ -77,21 +77,21 @@ typedef struct {
   ///\r
   /// Status Code type to be reported.\r
   ///\r
-  EFI_STATUS_CODE_TYPE   CodeType;\r
+  EFI_STATUS_CODE_TYPE     CodeType;\r
 \r
   ///\r
   /// An operation, plus value information about the class and subclass, used to\r
   /// classify the hardware and software entity.\r
   ///\r
-  EFI_STATUS_CODE_VALUE  Value;\r
+  EFI_STATUS_CODE_VALUE    Value;\r
 \r
   ///\r
   /// The enumeration of a hardware or software entity within\r
   /// the system. Valid instance numbers start with the number 1.\r
   ///\r
-  UINT32                 Instance;\r
+  UINT32                   Instance;\r
 } MEMORY_STATUSCODE_RECORD;\r
 \r
-extern EFI_GUID gMemoryStatusCodeRecordGuid;\r
+extern EFI_GUID  gMemoryStatusCodeRecordGuid;\r
 \r
 #endif\r