From f99d3c01a4261d89f20d81145f21b3476c6f994c Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Mon, 3 Jan 2022 13:49:04 +0100 Subject: [PATCH] shaped-texture: Fix code style issue Part-of: --- 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 bfe3039a9..ff5f2fa96 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,