]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DriverSupportedEfiVersion.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / DriverSupportedEfiVersion.h
index 9514bd62ef39a850d07a2909acdca414737bb806..4de1264816757aa465c5fc73ae2d8fe89b04a7be 100644 (file)
@@ -15,7 +15,6 @@
 #define EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL_GUID  \\r
   { 0x5c198761, 0x16a8, 0x4e69, { 0x97, 0x2c, 0x89, 0xd6, 0x79, 0x54, 0xf8, 0x1d } }\r
 \r
-\r
 ///\r
 /// The EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL provides a\r
 /// mechanism for an EFI driver to publish the version of the EFI\r
@@ -28,13 +27,13 @@ typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL {
   /// The size, in bytes, of the entire structure. Future versions of this\r
   /// specification may grow the size of the structure.\r
   ///\r
-  UINT32 Length;\r
+  UINT32    Length;\r
   ///\r
   /// The latest version of the UEFI specification that this driver conforms to.\r
   ///\r
-  UINT32 FirmwareVersion;\r
+  UINT32    FirmwareVersion;\r
 } EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL;\r
 \r
-extern EFI_GUID gEfiDriverSupportedEfiVersionProtocolGuid;\r
+extern EFI_GUID  gEfiDriverSupportedEfiVersionProtocolGuid;\r
 \r
 #endif\r