frontend: remove trailing whitespace

My editor always does this, and then I had to manually discard that
change.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2025-07-31 14:23:54 +03:00 committed by Derek Foreman
parent 868c25b591
commit 6d2ca22a6c

View file

@ -4458,7 +4458,7 @@ weston_log_print_all_advertised_scopes(struct weston_compositor *ec)
const char *name = weston_log_scope_get_name(nscope);
const char *desc = weston_log_scope_get_description(nscope);
if (weston_log_scope_to_be_advertised(ec->weston_log_ctx, name))
if (weston_log_scope_to_be_advertised(ec->weston_log_ctx, name))
weston_log_continue(STAMP_SPACE "'%s' - %s", name, desc);
}
}