tree-wide: wrap a few extra-long lines

This commit is contained in:
John Lindgren 2026-03-05 21:36:02 -05:00 committed by Johan Malm
parent cb49bddf63
commit 8d46da9db1
5 changed files with 10 additions and 5 deletions

View file

@ -82,7 +82,8 @@ load_client_icon(struct scaled_icon_buffer *self, int icon_size, double scale)
static struct lab_data_buffer *
load_server_icon(struct scaled_icon_buffer *self, int icon_size, double scale)
{
struct lab_img *img = desktop_entry_load_icon_from_app_id(self->view_app_id, icon_size, scale);
struct lab_img *img = desktop_entry_load_icon_from_app_id(
self->view_app_id, icon_size, scale);
if (img) {
wlr_log(WLR_DEBUG, "loaded icon by app_id");
return img_to_buffer(img, self->width, self->height, scale);