Fix minor style violations

This commit is contained in:
Johan Malm 2021-11-26 19:27:50 +00:00
parent bca57213a0
commit d50c2f2eac
5 changed files with 22 additions and 15 deletions

View file

@ -344,7 +344,8 @@ desktop_surface_and_view_at(struct server *server, double lx, double ly,
}
struct view *
desktop_view_at_cursor(struct server *server) {
desktop_view_at_cursor(struct server *server)
{
double sx, sy;
struct wlr_surface *surface;
int view_area = LAB_SSD_NONE;