[gnome-shell] blur-effect: Fix alignment of function arguments



commit 48b0a91385d56cefce3d6ce05a4f93e6f3e9bae8
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Thu Feb 13 13:07:55 2020 +0100

    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 ffabff1145..2858af7f73 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 &&


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]