summaryrefslogtreecommitdiff
path: root/gdk/gdkcairo.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2020-01-30 12:27:15 +0100
committerAlexander Larsson <alexl@redhat.com>2020-01-30 12:27:15 +0100
commit5f8c2b52c6595da2505d8a432765e8aa14a85196 (patch)
tree21b0f39e70acda56e355b076d742c6b03b87e809 /gdk/gdkcairo.c
parent27799ba4f5a15cd3a63be371f94688a4c89bfd9f (diff)
downloadgtk+-5f8c2b52c6595da2505d8a432765e8aa14a85196.tar.gz
indentation: fix various alignment issues
Most of these stem from the GtkIconInfo -> GtkIcon rename
Diffstat (limited to 'gdk/gdkcairo.c')
-rw-r--r--gdk/gdkcairo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c
index 2b2996f8b9..68d46aa4ae 100644
--- a/gdk/gdkcairo.c
+++ b/gdk/gdkcairo.c
@@ -470,9 +470,9 @@ gdk_cairo_region_from_clip (cairo_t *cr)
* always done on the cpu.
*/
void
-gdk_cairo_image_surface_recolor (cairo_surface_t *image_surface,
+gdk_cairo_image_surface_recolor (cairo_surface_t *image_surface,
const graphene_matrix_t *color_matrix,
- const graphene_vec4_t *color_offset)
+ const graphene_vec4_t *color_offset)
{
graphene_vec4_t pixel;
guint32* pixel_data;