Fix coding style, mostly whitespace

This commit is contained in:
Johan Malm 2021-10-15 20:52:36 +01:00
parent f8e1d76333
commit 606b6d946e
6 changed files with 16 additions and 14 deletions

View file

@ -188,7 +188,7 @@ output_drag_icon_for_each_surface(struct output *output, struct seat *seat,
}
double ox = seat->cursor->x, oy = seat->cursor->y;
wlr_output_layout_output_coords(output->server->output_layout,
output->wlr_output, &ox, &oy);
output->wlr_output, &ox, &oy);
output_surface_for_each_surface(output, seat->drag_icon->surface,
ox, oy, iterator, user_data);
}