]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/RtPropertiesTable.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Guid / RtPropertiesTable.h
index 6b6a1a10841b4d6bfdcfcf415c18d5fba5e17e74..c93f94667c6023cf0b114c589e8bd17e2dcfea2f 100644 (file)
@@ -22,32 +22,29 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
     { 0xeb66918a, 0x7eef, 0x402a, \\r
     { 0x84, 0x2e, 0x93, 0x1d, 0x21, 0xc3, 0x8a, 0xe9 }}\r
 \r
-\r
-\r
-\r
 #pragma pack(1)\r
 \r
 typedef struct {\r
   ///\r
   /// Version of the structure, must be 0x1.\r
   ///\r
-  UINT16 Version;\r
+  UINT16    Version;\r
 \r
   ///\r
   /// Size in bytes of the entire EFI_RT_PROPERTIES_TABLE, must be 8.\r
   ///\r
-  UINT16 Length;\r
+  UINT16    Length;\r
 \r
   ///\r
   /// Bitmask of which calls are or are not supported, where a bit set to 1 indicates\r
   /// that the call is supported, and 0 indicates that it is not.\r
   ///\r
-  UINT32 RuntimeServicesSupported;\r
+  UINT32    RuntimeServicesSupported;\r
 } EFI_RT_PROPERTIES_TABLE;\r
 \r
 #pragma pack()\r
 \r
-#define EFI_RT_PROPERTIES_TABLE_VERSION 0x1\r
+#define EFI_RT_PROPERTIES_TABLE_VERSION  0x1\r
 \r
 #define EFI_RT_SUPPORTED_GET_TIME                       0x0001\r
 #define EFI_RT_SUPPORTED_SET_TIME                       0x0002\r
@@ -64,6 +61,6 @@ typedef struct {
 #define EFI_RT_SUPPORTED_QUERY_CAPSULE_CAPABILITIES     0x1000\r
 #define EFI_RT_SUPPORTED_QUERY_VARIABLE_INFO            0x2000\r
 \r
-extern EFI_GUID gEfiRtPropertiesTableGuid;\r
+extern EFI_GUID  gEfiRtPropertiesTableGuid;\r
 \r
 #endif\r