From 627eaa6cbf183beec72f69acc6d741c8f0df5975 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Fri, 3 May 2024 15:35:40 +0100 Subject: [PATCH] Code style --- src/common/scene-helpers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/scene-helpers.c b/src/common/scene-helpers.c index b34b260f..f1c1b934 100644 --- a/src/common/scene-helpers.c +++ b/src/common/scene-helpers.c @@ -191,7 +191,8 @@ magnify(struct output *output, struct wlr_buffer *output_buffer, struct wlr_box }, .alpha = NULL, .clip = NULL, - .filter_mode = theme->mag_filter ? WLR_SCALE_FILTER_BILINEAR : WLR_SCALE_FILTER_NEAREST, + .filter_mode = theme->mag_filter ? WLR_SCALE_FILTER_BILINEAR + : WLR_SCALE_FILTER_NEAREST, }; wlr_render_pass_add_texture(tmp_render_pass, &opts); if (!wlr_render_pass_submit(tmp_render_pass)) {