MdeModulePkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
FrontPage routines to handle the callbacks and browser calls
|
||||
|
||||
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@ -37,24 +37,24 @@ typedef struct _BOOT_MENU_SCREEN {
|
||||
UINTN StartRow;
|
||||
UINTN Width;
|
||||
UINTN Height;
|
||||
} BOOT_MENU_SCREEN;
|
||||
} BOOT_MENU_SCREEN;
|
||||
|
||||
typedef struct _BOOT_MENU_SCROLL_BAR_CONTROL {
|
||||
BOOLEAN HasScrollBar;
|
||||
UINTN ItemCountPerScreen;
|
||||
UINTN FirstItem;
|
||||
UINTN LastItem;
|
||||
} BOOT_MENU_SCROLL_BAR_CONTROL;
|
||||
} BOOT_MENU_SCROLL_BAR_CONTROL;
|
||||
|
||||
typedef struct _BOOT_MENU_POPUP_DATA {
|
||||
EFI_STRING_ID TitleToken[TITLE_TOKEN_COUNT]; // Title string ID
|
||||
UINTN ItemCount; // Selectable item count
|
||||
EFI_STRING_ID *PtrTokens; // All of selectable items string ID
|
||||
EFI_STRING_ID HelpToken[HELP_TOKEN_COUNT]; // All of help string ID
|
||||
UINTN SelectItem; // Current select item
|
||||
UINTN SelectItem; // Current select item
|
||||
BOOT_MENU_SCREEN MenuScreen; // Boot menu screen information
|
||||
BOOT_MENU_SCROLL_BAR_CONTROL ScrollBarControl; // Boot menu scroll bar inoformation
|
||||
} BOOT_MENU_POPUP_DATA;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user