mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
foreign-toplevel-management: fix indentation
This commit is contained in:
parent
58d4cfaca3
commit
b7e2a2584e
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ static void toplevel_handle_output_bind(struct wl_listener *listener,
|
|||
struct wl_resource *resource;
|
||||
wl_resource_for_each(resource, &toplevel_output->toplevel->resources) {
|
||||
if (wl_resource_get_client(resource) == client) {
|
||||
send_output_to_resource(resource, toplevel_output->output, true);
|
||||
send_output_to_resource(resource, toplevel_output->output, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue