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

@ -578,9 +578,9 @@ static bool finalize_output_config(struct output_config *oc, struct sway_output
wlr_color_transform_unref(output->color_transform);
output->color_transform = oc->color_transform;
}
if (oc && oc->allow_tearing >= 0) {
sway_log(SWAY_DEBUG, "Set %s allow tearing to %d",
sway_log(SWAY_DEBUG, "Set %s allow tearing to %d",
oc->name, oc->allow_tearing);
output->allow_tearing = oc->allow_tearing;
}