tearing: remove trailing whitespace

This commit is contained in:
Kirill Primak 2024-08-07 15:26:49 +03:00 committed by Kenny Levinsen
parent 05e895c463
commit 3e956b9229
5 changed files with 15 additions and 16 deletions

View file

@ -377,8 +377,8 @@ bool server_init(struct sway_server *server) {
server->content_type_manager_v1 =
wlr_content_type_manager_v1_create(server->wl_display, 1);
wlr_fractional_scale_manager_v1_create(server->wl_display, 1);
server->tearing_control_v1 =
server->tearing_control_v1 =
wlr_tearing_control_manager_v1_create(server->wl_display, 1);
server->tearing_control_new_object.notify = handle_new_tearing_hint;
wl_signal_add(&server->tearing_control_v1->events.new_object,