snapshot: Fix some indentation
authorTimm Bäder <mail@baedert.org>
Sat, 17 Mar 2018 13:13:42 +0000 (14:13 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 17 Mar 2018 13:13:42 +0000 (14:13 +0100)
gtk/gtksnapshot.c
gtk/gtksnapshot.h

index 1c0934612ad449cc0cd0764aec0865f67ce8fdc8..a74dba038b31d8c42e3243554ee5b951a998c4f5 100644 (file)
@@ -186,10 +186,10 @@ gtk_snapshot_state_clear (GtkSnapshotState *state)
  */
 GtkSnapshot *
 gtk_snapshot_new (GskRenderer          *renderer,
-                                                           gboolean              record_names,
-                                                           const cairo_region_t *clip,
-                                                           const char           *name,
-                                                           ...)
+                  gboolean              record_names,
+                  const cairo_region_t *clip,
+                  const char           *name,
+                  ...)
 {
   GtkSnapshot *snapshot;
   char *str;
index 767e1bcbfb2f58b5061105daff2a1c2fff14af47..f908a3dcdfd0bfad38041b5b0d1cf93ae2e0f00e 100644 (file)
@@ -46,10 +46,10 @@ void            gtk_snapshot_unref                      (GtkSnapshot
 
 GDK_AVAILABLE_IN_ALL
 GtkSnapshot *   gtk_snapshot_new                        (GskRenderer            *renderer,
-                                                                                                  gboolean                record_names,
-                                                                                                  const cairo_region_t   *clip,
-                                                                                                  const char             *name,
-                                                                                                  ...) G_GNUC_PRINTF (4, 5);
+                                                         gboolean                record_names,
+                                                         const cairo_region_t   *clip,
+                                                         const char             *name,
+                                                         ...) G_GNUC_PRINTF (4, 5);
 GDK_AVAILABLE_IN_ALL
 GskRenderNode * gtk_snapshot_free_to_node               (GtkSnapshot            *snapshot);