Fix indentation all through the project

Fixes a “regression” from 04918f3b0b, but
also other missed pieces.
This commit is contained in:
Emmanuel Gil Peyrot
2021-07-31 17:25:41 +02:00
committed by Link Mauve
parent 48cd15ed44
commit eff793ab46
25 changed files with 96 additions and 96 deletions
+1 -1
View File
@@ -1497,7 +1497,7 @@ weston_wm_window_create(struct weston_wm *wm,
geometry_cookie = xcb_get_geometry(wm->conn, id);
values[0] = XCB_EVENT_MASK_PROPERTY_CHANGE |
XCB_EVENT_MASK_FOCUS_CHANGE;
XCB_EVENT_MASK_FOCUS_CHANGE;
xcb_change_window_attributes(wm->conn, id, XCB_CW_EVENT_MASK, values);
window->wm = wm;