libpayload: remove trailing whitespace and run dos2unix
Change-Id: Iffed3602456f5306711c65f06c873c58d4086e11 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/363 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
committed by
Patrick Georgi
parent
dd69063289
commit
e11835e299
@@ -72,69 +72,69 @@ NCURSES_IMPEXP chtype NCURSES_API menu_ ## name (const MENU * menu)\
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
| Facility : libnmenu
|
||||
| Facility : libnmenu
|
||||
| Function : int set_menu_fore(MENU *menu, chtype attr)
|
||||
|
|
||||
|
|
||||
| Description : Set the attribute for selectable items. In single-
|
||||
| valued menus this is used to highlight the current
|
||||
| item ((i.e. where the cursor is), in multi-valued
|
||||
| menus this is used to highlight the selected items.
|
||||
|
|
||||
| Return Values : E_OK - success
|
||||
| E_BAD_ARGUMENT - an invalid value has been passed
|
||||
| E_BAD_ARGUMENT - an invalid value has been passed
|
||||
+--------------------------------------------------------------------------*/
|
||||
GEN_MENU_ATTR_SET_FCT(fore)
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
| Facility : libnmenu
|
||||
| Facility : libnmenu
|
||||
| Function : chtype menu_fore(const MENU* menu)
|
||||
|
|
||||
|
|
||||
| Description : Return the attribute used for selectable items that
|
||||
| are current (single-valued menu) or selected (multi-
|
||||
| valued menu).
|
||||
| valued menu).
|
||||
|
|
||||
| Return Values : Attribute value
|
||||
+--------------------------------------------------------------------------*/
|
||||
GEN_MENU_ATTR_GET_FCT(fore)
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
| Facility : libnmenu
|
||||
| Facility : libnmenu
|
||||
| Function : int set_menu_back(MENU *menu, chtype attr)
|
||||
|
|
||||
|
|
||||
| Description : Set the attribute for selectable but not yet selected
|
||||
| items.
|
||||
|
|
||||
| Return Values : E_OK - success
|
||||
| Return Values : E_OK - success
|
||||
| E_BAD_ARGUMENT - an invalid value has been passed
|
||||
+--------------------------------------------------------------------------*/
|
||||
GEN_MENU_ATTR_SET_FCT(back)
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
| Facility : libnmenu
|
||||
| Facility : libnmenu
|
||||
| Function : chtype menu_back(const MENU *menu)
|
||||
|
|
||||
|
|
||||
| Description : Return the attribute used for selectable but not yet
|
||||
| selected items.
|
||||
| selected items.
|
||||
|
|
||||
| Return Values : Attribute value
|
||||
+--------------------------------------------------------------------------*/
|
||||
GEN_MENU_ATTR_GET_FCT(back)
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
| Facility : libnmenu
|
||||
| Facility : libnmenu
|
||||
| Function : int set_menu_grey(MENU *menu, chtype attr)
|
||||
|
|
||||
|
|
||||
| Description : Set the attribute for unselectable items.
|
||||
|
|
||||
| Return Values : E_OK - success
|
||||
| E_BAD_ARGUMENT - an invalid value has been passed
|
||||
| E_BAD_ARGUMENT - an invalid value has been passed
|
||||
+--------------------------------------------------------------------------*/
|
||||
GEN_MENU_ATTR_SET_FCT(grey)
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
| Facility : libnmenu
|
||||
| Facility : libnmenu
|
||||
| Function : chtype menu_grey(const MENU *menu)
|
||||
|
|
||||
|
|
||||
| Description : Return the attribute used for non-selectable items
|
||||
|
|
||||
| Return Values : Attribute value
|
||||
|
Reference in New Issue
Block a user