blur-effect: Fix alignment of function arguments

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1000
This commit is contained in:
Jonas Dreßler 2020-02-13 13:07:55 +01:00 committed by Georges Basile Stavracas Neto
parent 6170bea283
commit 48b0a91385

View File

@ -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 &&