Code style: fix misaligned and trailing whitespaces
This commit is contained in:
parent
854885ea9d
commit
d3976fee8c
|
@ -49,8 +49,8 @@
|
||||||
#define ROOT_EVENT_MASK (XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT | \
|
#define ROOT_EVENT_MASK (XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT | \
|
||||||
XCB_EVENT_MASK_BUTTON_PRESS | \
|
XCB_EVENT_MASK_BUTTON_PRESS | \
|
||||||
XCB_EVENT_MASK_STRUCTURE_NOTIFY | /* when the user adds a screen (e.g. video \
|
XCB_EVENT_MASK_STRUCTURE_NOTIFY | /* when the user adds a screen (e.g. video \
|
||||||
projector), the root window gets a \
|
* projector), the root window gets a \
|
||||||
ConfigureNotify */ \
|
* ConfigureNotify */ \
|
||||||
XCB_EVENT_MASK_POINTER_MOTION | \
|
XCB_EVENT_MASK_POINTER_MOTION | \
|
||||||
XCB_EVENT_MASK_PROPERTY_CHANGE | \
|
XCB_EVENT_MASK_PROPERTY_CHANGE | \
|
||||||
XCB_EVENT_MASK_FOCUS_CHANGE | \
|
XCB_EVENT_MASK_FOCUS_CHANGE | \
|
||||||
|
|
Loading…
Reference in New Issue