mirror of
https://github.com/labwc/labwc.git
synced 2025-11-08 13:30:00 -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
|
|
@ -53,7 +53,7 @@ xdg_toplevel_decoration(struct wl_listener *listener, void *data)
|
|||
wl_signal_add(&wlr_decoration->events.destroy, &xdg_deco->destroy);
|
||||
xdg_deco->request_mode.notify = xdg_deco_request_mode;
|
||||
wl_signal_add(&wlr_decoration->events.request_mode,
|
||||
&xdg_deco->request_mode);
|
||||
&xdg_deco->request_mode);
|
||||
|
||||
xdg_deco_request_mode(&xdg_deco->request_mode, wlr_decoration);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue