[mutter] shaped-texture: Fix code style issue



commit f99d3c01a4261d89f20d81145f21b3476c6f994c
Author: Robert Mader <robert mader posteo de>
Date:   Mon Jan 3 13:49:04 2022 +0100

    shaped-texture: Fix code style issue
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2199>

 src/compositor/meta-shaped-texture-private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/compositor/meta-shaped-texture-private.h b/src/compositor/meta-shaped-texture-private.h
index bfe3039a9a..ff5f2fa96f 100644
--- a/src/compositor/meta-shaped-texture-private.h
+++ b/src/compositor/meta-shaped-texture-private.h
@@ -30,7 +30,7 @@
 #include "backends/meta-monitor-manager-private.h"
 #include "meta/meta-shaped-texture.h"
 
-MetaShapedTexture *meta_shaped_texture_new (void);
+MetaShapedTexture * meta_shaped_texture_new (void);
 void meta_shaped_texture_set_texture (MetaShapedTexture *stex,
                                       CoglTexture       *texture);
 void meta_shaped_texture_set_is_y_inverted (MetaShapedTexture *stex,


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