]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Application / BootManagerMenuApp / BootManagerMenu.h
index 26d9a318654c83518ff09ce480afb5c126947f73..dd7f5790a5924f068810bb9477beb57f55734e57 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   FrontPage routines to handle the callbacks and browser calls\r
 \r
-Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -37,24 +37,24 @@ typedef struct _BOOT_MENU_SCREEN {
   UINTN        StartRow;\r
   UINTN        Width;\r
   UINTN        Height;\r
-} BOOT_MENU_SCREEN; \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
-} BOOT_MENU_SCROLL_BAR_CONTROL; \r
+} BOOT_MENU_SCROLL_BAR_CONTROL;\r
 \r
 typedef struct _BOOT_MENU_POPUP_DATA {\r
   EFI_STRING_ID                   TitleToken[TITLE_TOKEN_COUNT]; // Title string ID\r
   UINTN                           ItemCount;                     // Selectable item count\r
   EFI_STRING_ID                   *PtrTokens;                    // All of selectable items string ID\r
   EFI_STRING_ID                   HelpToken[HELP_TOKEN_COUNT];   // All of help string ID\r
-  UINTN                           SelectItem;                    // Current select  item       \r
+  UINTN                           SelectItem;                    // Current select  item\r
   BOOT_MENU_SCREEN                MenuScreen;                    // Boot menu screen information\r
   BOOT_MENU_SCROLL_BAR_CONTROL    ScrollBarControl;              // Boot menu scroll bar inoformation\r
 } BOOT_MENU_POPUP_DATA;\r
 \r
-#endif \r
+#endif\r
 \r