[gtk: 1/31] icontheme: Align function arguments



commit c691399a80af43cdbbb71aa1ac00a2678640b9d1
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Feb 5 09:30:47 2020 +0100

    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;
 


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