mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
Indentation fix
Some space sneaked in. tabtabtab.
This commit is contained in:
parent
bf225a60d8
commit
43cd3c7aea
3 changed files with 4 additions and 4 deletions
|
|
@ -223,7 +223,7 @@ static void xdg_toplevel_handle_configure(void *data, struct zxdg_toplevel_v6 *x
|
|||
|
||||
static void xdg_toplevel_handle_close(void *data, struct zxdg_toplevel_v6 *xdg_toplevel) {
|
||||
struct wlr_wl_backend_output *output = data;
|
||||
assert(output && output->xdg_toplevel == xdg_toplevel);
|
||||
assert(output && output->xdg_toplevel == xdg_toplevel);
|
||||
|
||||
wl_display_terminate(output->backend->local_display);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue