]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi/UefiMultiPhase.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Uefi / UefiMultiPhase.h
index 50e4d700a62f5ec4c5139362356d98e920ace252..22bae43e36e89f31305f0a6d5949596b699f9e8c 100644 (file)
@@ -12,26 +12,26 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 ///\r
 /// Attributes of variable.\r
 ///\r
-#define EFI_VARIABLE_NON_VOLATILE                            0x00000001\r
-#define EFI_VARIABLE_BOOTSERVICE_ACCESS                      0x00000002\r
-#define EFI_VARIABLE_RUNTIME_ACCESS                          0x00000004\r
+#define EFI_VARIABLE_NON_VOLATILE        0x00000001\r
+#define EFI_VARIABLE_BOOTSERVICE_ACCESS  0x00000002\r
+#define EFI_VARIABLE_RUNTIME_ACCESS      0x00000004\r
 ///\r
 /// This attribute is identified by the mnemonic 'HR'\r
 /// elsewhere in this specification.\r
 ///\r
-#define EFI_VARIABLE_HARDWARE_ERROR_RECORD                   0x00000008\r
+#define EFI_VARIABLE_HARDWARE_ERROR_RECORD  0x00000008\r
 ///\r
 /// Attributes of Authenticated Variable\r
 ///\r
-#define EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS   0x00000020\r
-#define EFI_VARIABLE_APPEND_WRITE                            0x00000040\r
+#define EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS  0x00000020\r
+#define EFI_VARIABLE_APPEND_WRITE                           0x00000040\r
 ///\r
 /// NOTE: EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS is deprecated and should be considered reserved.\r
 ///\r
-#define EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS              0x00000010\r
+#define EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS  0x00000010\r
 \r
 #ifndef VFRCOMPILE\r
-#include <Guid/WinCertificate.h>\r
+  #include <Guid/WinCertificate.h>\r
 ///\r
 /// Enumeration of memory types introduced in UEFI.\r
 ///\r
@@ -148,27 +148,27 @@ typedef struct {
   /// Unique signatures have been generated for the EFI System Table,\r
   /// the EFI Boot Services Table, and the EFI Runtime Services Table.\r
   ///\r
-  UINT64  Signature;\r
+  UINT64    Signature;\r
   ///\r
   /// The revision of the EFI Specification to which this table\r
   /// conforms. The upper 16 bits of this field contain the major\r
   /// revision value, and the lower 16 bits contain the minor revision\r
   /// value. The minor revision values are limited to the range of 00..99.\r
   ///\r
-  UINT32  Revision;\r
+  UINT32    Revision;\r
   ///\r
   /// The size, in bytes, of the entire table including the EFI_TABLE_HEADER.\r
   ///\r
-  UINT32  HeaderSize;\r
+  UINT32    HeaderSize;\r
   ///\r
   /// The 32-bit CRC for the entire table. This value is computed by\r
   /// setting this field to 0, and computing the 32-bit CRC for HeaderSize bytes.\r
   ///\r
-  UINT32  CRC32;\r
+  UINT32    CRC32;\r
   ///\r
   /// Reserved field that must be set to 0.\r
   ///\r
-  UINT32  Reserved;\r
+  UINT32    Reserved;\r
 } EFI_TABLE_HEADER;\r
 \r
 ///\r
@@ -193,7 +193,7 @@ typedef struct {
   /// replay. Incremented during each\r
   /// "Write" access.\r
   ///\r
-  UINT64                      MonotonicCount;\r
+  UINT64    MonotonicCount;\r
   ///\r
   /// Provides the authorization for the variable\r
   /// access. It is a signature across the\r
@@ -202,7 +202,7 @@ typedef struct {
   /// associated with a public key that has been\r
   /// provisioned via the key exchange.\r
   ///\r
-  WIN_CERTIFICATE_UEFI_GUID   AuthInfo;\r
+  WIN_CERTIFICATE_UEFI_GUID    AuthInfo;\r
 } EFI_VARIABLE_AUTHENTICATION;\r
 \r
 ///\r
@@ -218,12 +218,12 @@ typedef struct {
   /// For the TimeStamp value, components Pad1, Nanosecond, TimeZone, Daylight and\r
   /// Pad2 shall be set to 0. This means that the time shall always be expressed in GMT.\r
   ///\r
-  EFI_TIME                    TimeStamp;\r
+  EFI_TIME                     TimeStamp;\r
   ///\r
   /// Only a CertType of  EFI_CERT_TYPE_PKCS7_GUID is accepted.\r
   ///\r
-  WIN_CERTIFICATE_UEFI_GUID   AuthInfo;\r
- } EFI_VARIABLE_AUTHENTICATION_2;\r
+  WIN_CERTIFICATE_UEFI_GUID    AuthInfo;\r
+} EFI_VARIABLE_AUTHENTICATION_2;\r
 #endif // VFRCOMPILE\r
 \r
 #endif\r