From 48b0a91385d56cefce3d6ce05a4f93e6f3e9bae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Thu, 13 Feb 2020 13:07:55 +0100 Subject: [PATCH] blur-effect: Fix alignment of function arguments https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1000 --- src/shell-blur-effect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shell-blur-effect.c b/src/shell-blur-effect.c index ffabff114..2858af7f7 100644 --- a/src/shell-blur-effect.c +++ b/src/shell-blur-effect.c @@ -438,8 +438,8 @@ update_blur_fbo (ShellBlurEffect *self, static gboolean update_background_fbo (ShellBlurEffect *self, - unsigned int width, - unsigned int height) + unsigned int width, + unsigned int height) { if (self->tex_width == width && self->tex_height == height &&