summaryrefslogtreecommitdiff
path: root/gtk/gtksnapshot.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-03-17 14:13:42 +0100
committerTimm Bäder <mail@baedert.org>2018-03-17 14:13:42 +0100
commita25dcd0f7495825be8f6c8e3c2de4e0b431a3ff3 (patch)
treea597ecf5e236f6fc76a47fb0905e2b40ebb13cad /gtk/gtksnapshot.h
parent7351848c75e8d6efee154fe77cbd90056ed993b5 (diff)
downloadgtk+-a25dcd0f7495825be8f6c8e3c2de4e0b431a3ff3.tar.gz
snapshot: Fix some indentation
Diffstat (limited to 'gtk/gtksnapshot.h')
-rw-r--r--gtk/gtksnapshot.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h
index 767e1bcbfb..f908a3dcdf 100644
--- a/gtk/gtksnapshot.h
+++ b/gtk/gtksnapshot.h
@@ -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);