From c691399a80af43cdbbb71aa1ac00a2678640b9d1 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 5 Feb 2020 09:30:47 +0100 Subject: [PATCH] icontheme: Align function arguments --- gtk/gtkicontheme.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index e69db64f1f..4d2ac88497 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -3532,7 +3532,7 @@ icon_ensure_scale_and_texture__locked (GtkIconPaintable *icon, */ GdkTexture * gtk_icon_paintable_download_texture (GtkIconPaintable *self, - GError **error) + GError **error) { GdkTexture *texture = NULL; @@ -3639,13 +3639,13 @@ icon_paintable_snapshot (GdkPaintable *paintable, */ void gtk_icon_paintable_snapshot_with_colors (GtkIconPaintable *icon, - GtkSnapshot *snapshot, - double width, - double height, - const GdkRGBA *foreground_color, - const GdkRGBA *success_color, - const GdkRGBA *warning_color, - const GdkRGBA *error_color) + GtkSnapshot *snapshot, + double width, + double height, + const GdkRGBA *foreground_color, + const GdkRGBA *success_color, + const GdkRGBA *warning_color, + const GdkRGBA *error_color) { GdkTexture *texture;