]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / FirmwareManagementProgress.h
index 8e89bfec67e8bf9cfc5adb3517bd1d21b0155d79..1f518e745de6a79bc782535c69d4bb1efa3b255f 100644 (file)
@@ -26,24 +26,24 @@ typedef struct {
   ///\r
   /// The version of this structure.  Initial version value is 0x00000001.\r
   ///\r
-  UINT32                               Version;\r
+  UINT32                                 Version;\r
   ///\r
   /// The foreground color of a progress bar that is used by the Progress()\r
   /// function that is passed into the Firmware Management Protocol SetImage()\r
   /// service is called.\r
   ///\r
-  EFI_GRAPHICS_OUTPUT_BLT_PIXEL_UNION  ProgressBarForegroundColor;\r
+  EFI_GRAPHICS_OUTPUT_BLT_PIXEL_UNION    ProgressBarForegroundColor;\r
   ///\r
   /// The time in seconds to arm the watchdog timer each time the Progress()\r
   /// function passed into the  Firmware Management Protocol SetImage() service\r
   /// is called.\r
   ///\r
-  UINTN                                WatchdogSeconds;\r
+  UINTN                                  WatchdogSeconds;\r
 } EDKII_FIRMWARE_MANAGEMENT_PROGRESS_PROTOCOL;\r
 \r
 ///\r
 /// EDK II Firmware Management Progress Protocol GUID variable.\r
 ///\r
-extern EFI_GUID gEdkiiFirmwareManagementProgressProtocolGuid;\r
+extern EFI_GUID  gEdkiiFirmwareManagementProgressProtocolGuid;\r
 \r
 #endif\r