CodeStyle: prevent space in code indents

This commit is contained in:
Consolatis 2023-01-31 11:43:45 +01:00 committed by Johan Malm
parent a3fff9f87b
commit 1995a33df9
12 changed files with 76 additions and 67 deletions

View file

@ -151,7 +151,7 @@ xwayland_unmanaged_create(struct server *server,
unmanaged->xwayland_surface = xsurface;
wl_signal_add(&xsurface->events.request_configure,
&unmanaged->request_configure);
&unmanaged->request_configure);
unmanaged->request_configure.notify =
unmanaged_handle_request_configure;