Code style

This commit is contained in:
Simon Long 2024-05-15 11:35:13 +01:00
parent 18819b1147
commit 8a2bf0a700

View file

@ -179,7 +179,7 @@ magnify(struct output *output, struct wlr_buffer *output_buffer, struct wlr_box
dst_box.height = height;
if (fullscreen) {
src_box.x = CLAMP(ox - (ox / mag_scale), 0.0,
src_box.x = CLAMP(ox - (ox / mag_scale), 0.0,
width * (mag_scale - 1.0) / mag_scale);
src_box.y = CLAMP(oy - (oy / mag_scale), 0.0,
height * (mag_scale - 1.0) / mag_scale);