Fix coding style

This commit is contained in:
Johan Malm 2022-11-03 19:58:21 +00:00 committed by Consolatis
parent 6a242d5739
commit e45e2c7e60
16 changed files with 28 additions and 22 deletions

View file

@ -80,7 +80,7 @@ layers_arrange(struct output *output)
/ sizeof(layers_above_shell[0]);
struct lab_layer_surface *layer, *topmost = NULL;
for (size_t i = 0; i < nlayers; ++i) {
wl_list_for_each_reverse (layer,
wl_list_for_each_reverse(layer,
&output->layers[layers_above_shell[i]], link) {
struct wlr_layer_surface_v1 *layer_surface =
layer->scene_layer_surface->layer_surface;