payloads: Drop unneeded empty lines
Change-Id: I6faeb7c783052edc4217d2d301dbb905e1fc6a19 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44605 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
committed by
Michael Niewöhner
parent
99e0c7ddc1
commit
3ff7bcf10e
@ -32,7 +32,6 @@
|
||||
* and: Thomas E. Dickey 1996-on *
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
/*
|
||||
* $Id: curses.priv.h,v 1.314 2006/12/10 00:55:14 tom Exp $
|
||||
*
|
||||
@ -497,7 +496,6 @@ struct screen {
|
||||
chtype * _acs_map; /* the real alternate-charset map */
|
||||
bool * _screen_acs_map;
|
||||
|
||||
|
||||
/* used in lib_vidattr.c */
|
||||
bool _use_rmso; /* true if we may use 'rmso' */
|
||||
bool _use_rmul; /* true if we may use 'rmul' */
|
||||
@ -980,7 +978,6 @@ extern NCURSES_EXPORT(void) name (void); \
|
||||
}\
|
||||
TR(TRACE_ATTRS, ("new attribute is %s", _traceattr((S))));}
|
||||
|
||||
|
||||
#define toggle_attr_off(S,at) {\
|
||||
if (PAIR_NUMBER(at) > 0) {\
|
||||
(S) &= ~(at|A_COLOR);\
|
||||
|
Reference in New Issue
Block a user