Fix coding style

This commit is contained in:
Johan Malm 2022-11-03 19:58:21 +00:00
parent 538c9b1bf8
commit e8e4aa0a7c
16 changed files with 28 additions and 22 deletions

View file

@ -442,7 +442,7 @@ set_activated(struct view *view, bool activated)
/* Restack unmanaged surfaces on top */
struct xwayland_unmanaged *u;
struct wl_list *list = &view->server->unmanaged_surfaces;
wl_list_for_each (u, list, link) {
wl_list_for_each(u, list, link) {
wlr_xwayland_surface_restack(u->xwayland_surface, NULL,
XCB_STACK_MODE_ABOVE);
}