]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Application / BootManagerMenuApp / BootManagerMenu.h
index e38e87824dded87226fb8733a1ff1fe5364465ab..876237df1881455a79d470e3b7348b1bfe14cbd1 100644 (file)
@@ -6,7 +6,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
 **/\r
 \r
-\r
 #ifndef _BOOT_MANAGER_MENU_H_\r
 #define _BOOT_MANAGER_MENU_H_\r
 \r
@@ -23,21 +22,21 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #include <Protocol/LoadedImage.h>\r
 #include <Protocol/BootLogo.h>\r
 \r
-#define TITLE_TOKEN_COUNT   1\r
-#define HELP_TOKEN_COUNT    3\r
+#define TITLE_TOKEN_COUNT  1\r
+#define HELP_TOKEN_COUNT   3\r
 \r
 typedef struct _BOOT_MENU_SCREEN {\r
-  UINTN        StartCol;\r
-  UINTN        StartRow;\r
-  UINTN        Width;\r
-  UINTN        Height;\r
+  UINTN    StartCol;\r
+  UINTN    StartRow;\r
+  UINTN    Width;\r
+  UINTN    Height;\r
 } BOOT_MENU_SCREEN;\r
 \r
 typedef struct _BOOT_MENU_SCROLL_BAR_CONTROL {\r
-  BOOLEAN      HasScrollBar;\r
-  UINTN        ItemCountPerScreen;\r
-  UINTN        FirstItem;\r
-  UINTN        LastItem;\r
+  BOOLEAN    HasScrollBar;\r
+  UINTN      ItemCountPerScreen;\r
+  UINTN      FirstItem;\r
+  UINTN      LastItem;\r
 } BOOT_MENU_SCROLL_BAR_CONTROL;\r
 \r
 typedef struct _BOOT_MENU_POPUP_DATA {\r
@@ -51,4 +50,3 @@ typedef struct _BOOT_MENU_POPUP_DATA {
 } BOOT_MENU_POPUP_DATA;\r
 \r
 #endif\r
-\r