]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.h
ShellPkg: Apply uncrustify changes
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / SmbiosView / EventLogInfo.h
index 0a24ada655cfd946b78fb3f3ffb4461fc2d2f7c7..bb269242595c262f33c9b68736273e6b2fcd30b3 100644 (file)
 #pragma pack(1)\r
 \r
 typedef struct {\r
-  UINT8 Type;\r
-  UINT8 Length;\r
-  UINT8 Year;\r
-  UINT8 Month;\r
-  UINT8 Day;\r
-  UINT8 Hour;\r
-  UINT8 Minute;\r
-  UINT8 Second;\r
-  UINT8 LogVariableData[1];\r
+  UINT8    Type;\r
+  UINT8    Length;\r
+  UINT8    Year;\r
+  UINT8    Month;\r
+  UINT8    Day;\r
+  UINT8    Hour;\r
+  UINT8    Minute;\r
+  UINT8    Second;\r
+  UINT8    LogVariableData[1];\r
 } LOG_RECORD_FORMAT;\r
 \r
 typedef struct {\r
-  UINT8 OEMReserved[5];\r
-  UINT8 Metw;           // Multiple Event Time Window\r
-  UINT8 Meci;           // Multiple Event Count Increment\r
-  UINT8 CMOSAddress;    // Pre-boot Event Log Reset - CMOS Address\r
-  UINT8 CMOSBitIndex;   // Pre-boot Event Log Reset - CMOS Bit Index\r
-  UINT8 StartingOffset; // CMOS Checksum - Starting Offset\r
-  UINT8 ByteCount;      // CMOS Checksum - Byte Count\r
-  UINT8 ChecksumOffset; // CMOS Checksum - Checksum Offset\r
-  UINT8 Reserved[3];\r
-  UINT8 HeaderRevision;\r
+  UINT8    OEMReserved[5];\r
+  UINT8    Metw;           // Multiple Event Time Window\r
+  UINT8    Meci;           // Multiple Event Count Increment\r
+  UINT8    CMOSAddress;    // Pre-boot Event Log Reset - CMOS Address\r
+  UINT8    CMOSBitIndex;   // Pre-boot Event Log Reset - CMOS Bit Index\r
+  UINT8    StartingOffset; // CMOS Checksum - Starting Offset\r
+  UINT8    ByteCount;      // CMOS Checksum - Byte Count\r
+  UINT8    ChecksumOffset; // CMOS Checksum - Checksum Offset\r
+  UINT8    Reserved[3];\r
+  UINT8    HeaderRevision;\r
 } LOG_HEADER_TYPE1_FORMAT;\r
 \r
 #pragma pack()\r
@@ -51,8 +51,8 @@ typedef struct {
 **/\r
 VOID\r
 DisplaySELAccessMethod (\r
-  IN CONST UINT8 Key,\r
-  IN CONST UINT8 Option\r
+  IN CONST UINT8  Key,\r
+  IN CONST UINT8  Option\r
   );\r
 \r
 /**\r
@@ -63,8 +63,8 @@ DisplaySELAccessMethod (
 **/\r
 VOID\r
 DisplaySELLogStatus (\r
-  UINT8 Key,\r
-  UINT8 Option\r
+  UINT8  Key,\r
+  UINT8  Option\r
   );\r
 \r
 /**\r
@@ -75,8 +75,8 @@ DisplaySELLogStatus (
 **/\r
 VOID\r
 DisplaySysEventLogHeaderFormat (\r
-  UINT8 Key,\r
-  UINT8 Option\r
+  UINT8  Key,\r
+  UINT8  Option\r
   );\r
 \r
 /**\r
@@ -87,8 +87,8 @@ DisplaySysEventLogHeaderFormat (
 **/\r
 VOID\r
 DisplaySysEventLogHeader (\r
-  UINT8 LogHeaderFormat,\r
-  UINT8 *LogHeader\r
+  UINT8  LogHeaderFormat,\r
+  UINT8  *LogHeader\r
   );\r
 \r
 /**\r