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

@ -1268,7 +1268,7 @@ bool view_can_tear(struct sway_view *view) {
case TEARING_OVERRIDE_TRUE:
return true;
case TEARING_WINDOW_HINT:
return view->tearing_hint ==
return view->tearing_hint ==
WP_TEARING_CONTROL_V1_PRESENTATION_HINT_ASYNC;
}
return false;