[mutter] shaped-texture: Fix whitespace/indentation warnings



commit b6857e59b28c83668f0669f1954b7b1d182946c5
Author: Daniel van Vugt <daniel van vugt canonical com>
Date:   Mon Sep 6 17:42:21 2021 +0800

    shaped-texture: Fix whitespace/indentation warnings
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1992>

 src/compositor/meta-shaped-texture.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/compositor/meta-shaped-texture.c b/src/compositor/meta-shaped-texture.c
index 9d811ea077..0f140afa01 100644
--- a/src/compositor/meta-shaped-texture.c
+++ b/src/compositor/meta-shaped-texture.c
@@ -616,7 +616,7 @@ do_paint_content (MetaShapedTexture   *stex,
   };
 
   debug_paint_opaque_region =
-    meta_get_debug_paint_flags() & META_DEBUG_PAINT_OPAQUE_REGION;
+    meta_get_debug_paint_flags () & META_DEBUG_PAINT_OPAQUE_REGION;
 
   /* Use nearest-pixel interpolation if the texture is unscaled. This
    * improves performance, especially with software rendering.
@@ -934,7 +934,7 @@ clutter_content_iface_init (ClutterContentInterface *iface)
 
 void
 meta_shaped_texture_set_create_mipmaps (MetaShapedTexture *stex,
-                                       gboolean           create_mipmaps)
+                                        gboolean           create_mipmaps)
 {
   g_return_if_fail (META_IS_SHAPED_TEXTURE (stex));
 


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