mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
CodeStyle: prevent space in code indents
This commit is contained in:
parent
a3fff9f87b
commit
1995a33df9
12 changed files with 76 additions and 67 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue