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
@@ -116,7 +116,6 @@ ScrollBoxClassRec scrollBoxClassRec = {
|
||||
|
||||
WidgetClass scrollBoxWidgetClass = (WidgetClass)&scrollBoxClassRec;
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
* Private Routines *
|
||||
|
@@ -42,7 +42,6 @@
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/* Class record constants */
|
||||
|
||||
extern WidgetClass scrollBoxWidgetClass;
|
||||
|
@@ -56,7 +56,6 @@ typedef struct {
|
||||
XtGeometryMask last_query_mode;
|
||||
} ScrollBoxPart;
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
* Full instance record declaration *
|
||||
|
@@ -276,7 +276,6 @@ static char *program_name;
|
||||
|
||||
#define RCOLOR(name, value) RPIXEL(color##name, Color##name, value)
|
||||
|
||||
|
||||
#define RSTRINGP(name1, name2, param) { \
|
||||
#name1, #name2, XtRString, \
|
||||
MAX_PATH, APPDATAOFF(name1), XtRString, (XtPointer)param \
|
||||
|
Reference in New Issue
Block a user